summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'entrypoints' into 'master'Anthony Sottile2018-11-213-35/+15
|\
| * Replace setuptools with entrypointsAnthony Sottile2018-11-053-35/+15
* | Grammar fixesVille Skyttä2018-11-111-1/+1
|/
* Merge branch 'per-file-style-guide' into 'master'Ian Stapleton Cordasco2018-10-297-19/+210
|\
| * Refactor to support the per-file-ignoresIan Stapleton Cordasco2018-10-273-20/+43
| * Add support for per-file ignores in configIan Stapleton Cordasco2018-10-256-5/+173
* | Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469Jesaja Everling2018-10-281-1/+1
|/
* Release v3.6.03.6.0Anthony Sottile2018-10-231-1/+1
* Revert "Merge branch 'revert-63b91c95' into 'master'"Anthony Sottile2018-10-231-6/+3
* Revert "Merge branch 'match_newlines_py3' into 'master'"Anthony Sottile2018-10-231-3/+6
* Merge branch 'match_newlines_py3' into 'master'Anthony Sottile2018-10-231-6/+3
|\
| * Fix inconsistent newlines read from a file in python3Anthony Sottile2018-10-221-6/+3
* | Fix collections ABCs deprecation warning.Jintao Zhang2018-10-231-2/+7
|/
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-2025-807/+1035
* Merge branch 'fix-doc-for-isolated' into 'master'Ian Stapleton Cordasco2018-10-201-1/+1
|\
| * Fix docs for --isolated flagSargun Vohra2018-09-091-1/+1
* | Defer setuptools import to save ~60ms on startupAnthony Sottile2018-10-141-2/+3
|/
* Only skip a file if `# flake8: noqa` is on a line by itselfAnthony Sottile2018-07-011-4/+12
* Merge branch 'pyflakes_new_codes' into 'master'Ian Stapleton Cordasco2018-06-291-0/+2
|\
| * Update to pyflakes 2.0.0Miro Hrončok2018-06-051-0/+2
* | Merge branch 'docs-py3' into 'master'Ian Stapleton Cordasco2018-06-291-1/+1
|\ \
| * | Update documentation links to latest Python 3 documentationJon Dufresne2018-06-101-1/+1
| |/
* | Fix "invalid escape sequence" when running with -WerrorAnthony Sottile2018-06-181-1/+1
|/
* Merge branch 'spelling' into 'master'Ian Stapleton Cordasco2018-05-201-1/+1
|\
| * Spelling and grammar fixesVille Skyttä2018-05-131-1/+1
* | Implement --extend-ignoreVille Skyttä2018-05-162-1/+13
|/
* Merge branch '405-nonexisting-files' into 'master'Ian Stapleton Cordasco2018-04-151-3/+1
|\
| * Report error when non-exiting path is passed to flake8Avraham Shukron2018-02-211-3/+1
* | Move all uses of `pool` inside `run_parallel()`.Craig Silverstein2018-03-022-32/+30
|/
* Merge branch 'formatter-print-observe-newline' into 'master'Ian Stapleton Cordasco2018-01-011-1/+1
|\
| * Respect a formatter's newline setting when printingIan Stapleton Cordasco2017-12-311-1/+1
* | Merge branch 'isort-fix' into 'master'Ian Stapleton Cordasco2018-01-011-0/+18
|\ \
| * | fix for flake8-isortTomer Chachamu2017-11-271-0/+18
| |/
* | Implement better UX around broken pluginsIan Stapleton Cordasco2017-12-313-2/+34
|/
* Merge branch 'local-plugin-paths' into 'master'Ian Stapleton Cordasco2017-11-262-6/+32
|\
| * Use default comma-separated regex for local-plugin paths.Carl Meyer2017-10-251-2/+1
| * Add paths option in local-plugins config file.Carl Meyer2017-10-242-6/+33
* | Stop being sillyIan Stapleton Cordasco2017-11-261-14/+2
* | Fix-up new I202 violationsIan Stapleton Cordasco2017-11-261-1/+1
|/
* Prepare for v3.5.0 release on 2017-10-233.5.0Ian Stapleton Cordasco2017-10-211-1/+1
* Catch UnicodeDecodeError while parsing config filesAnthony Sottile2017-10-091-7/+15
* Allow our local plugin parsing to accept commasIan Stapleton Cordasco2017-08-092-7/+16
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-083-9/+20
* Merge branch 'issue/362' into 'master'Ian Stapleton Cordasco2017-08-081-0/+2
|\
| * Lint only *.py files with --diff optionJosef Skladanka2017-08-081-0/+2
* | Fix finding of local config files.Carl Meyer2017-08-071-2/+2
|/
* Merge branch 'local-plugins' into 'master'Ian Stapleton Cordasco2017-08-075-77/+212
|\
| * Append [local] to version of local plugins.Carl Meyer2017-08-061-4/+11
| * Don't load local plugins from user config.Carl Meyer2017-08-061-11/+9
| * Minor argument changes.Carl Meyer2017-08-062-2/+2