summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-301-2/+19
* Gracefully ignore flake8-per-file-ignores if installedAnthony Sottile2019-01-301-0/+6
* Merge branch 'fix_statistics' into 'master'Anthony Sottile2019-01-301-4/+8
|\
| * Fix flake8 --statisticsAnthony Sottile2019-01-301-4/+8
* | Make uses of typing compatible with python 3.5.1 / 3.5.0Anthony Sottile2019-01-302-5/+5
|/
* Release 3.7.23.7.2Anthony Sottile2019-01-301-1/+1
* Fix legacy api invocation of make_notifierAnthony Sottile2019-01-301-1/+0
* Merge branch 'is/490' into 'master'Anthony Sottile2019-01-301-1/+1
|\
| * BUG: fix flake8 --diffGuillaume Lemaitre2019-01-301-1/+1
* | Fix plugin exception reporting keyerror typoTomer Keren2019-01-301-1/+1
|/
* 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
|\