summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release 3.7.13.7.1Anthony Sottile2019-01-301-1/+1
* Allow capitalized filenames in per-file-ignoresAnthony Sottile2019-01-291-1/+1
* Release v3.7.03.7.0Anthony Sottile2019-01-291-1/+1
* Latest pycodestyleAnthony Sottile2019-01-292-0/+14
* Some lint / mypy fixesAnthony Sottile2019-01-248-25/+46
* WIP: use latest pyflakesAnthony Sottile2019-01-191-2/+8
* Merge branch 'master' into 'master'Ian Stapleton Cordasco2019-01-171-0/+4
|\
| * Add support for optparse's 'float' and 'complex' types.ymdatta2018-10-281-0/+4
* | Merge branch 'per_file_ignore' into 'master'Ian Stapleton Cordasco2019-01-174-11/+99
|\ \
| * | Support more syntaxes in per-file-ignoresAnthony Sottile2019-01-074-11/+99
* | | Remove unused PROJECT_FILENAMESAnthony Sottile2019-01-071-2/+0
|/ /
* | Fix typoAnthony Sottile2018-12-311-1/+1
* | Call pyflakes api betterAnthony Sottile2018-12-311-1/+1
* | Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-275-209/+11
* | Fix noqa example comment [ci skip]Anthony Sottile2018-12-271-1/+1
* | Add link to regex101 for noqa regexTomer Keren2018-12-271-0/+1
* | Update regex to allow no space noqaTomer Keren2018-12-271-1/+3
* | Merge branch 'physical-line-multiple' into 'master'Anthony Sottile2018-12-101-11/+28
|\ \
| * | checker: allow physical checks to return multiple results, add testsTom Milligan2018-12-101-11/+28
* | | Remove workarounds for older, unsupported PythonsJon Dufresne2018-12-053-37/+5
|/ /
* | Remove unused verify_requirements argumentremove_unused_verify_requiremetnsAnthony Sottile2018-11-211-8/+2
* | 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
|/