summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'unused_project_filenames' into 'master'Ian Stapleton Cordasco2019-01-081-2/+0
|\ \ \
| * | | Remove unused PROJECT_FILENAMESAnthony Sottile2019-01-071-2/+0
| |/ /
* | | Merge branch 'enforce_warnings' into 'master'Ian Stapleton Cordasco2019-01-081-0/+6
|\ \ \ | |/ / |/| |
| * | Enforce warnings under testAnthony Sottile2019-01-071-0/+6
|/ /
* | Merge branch 'setup_py_test' into 'master'Anthony Sottile2019-01-041-4/+0
|\ \
| * | Remove tests_require / setup_requires since we do not use setup.py testAnthony Sottile2019-01-031-4/+0
|/ /
* | Fix typoAnthony Sottile2018-12-311-1/+1
* | Merge branch 'pyflakes_api_better' into 'master'Anthony Sottile2019-01-011-1/+1
|\ \
| * | Call pyflakes api betterAnthony Sottile2018-12-311-1/+1
|/ /
* | Merge branch 'remove_unused_broken_flake8_listen' into 'master'Ian Stapleton Cordasco2018-12-2811-525/+19
|\ \
| * | Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-2711-525/+19
|/ /
* | Fix noqa example comment [ci skip]Anthony Sottile2018-12-271-1/+1
* | Merge branch 'noqa_without_space_470' into 'master'Anthony Sottile2018-12-273-1/+14
|\ \
| * | Add link to regex101 for noqa regexTomer Keren2018-12-271-0/+1
| * | Update regex to allow no space noqaTomer Keren2018-12-271-1/+3
| * | Add tests for noqa without a spaceTomer Keren2018-12-272-0/+10
|/ /
* | Merge branch 'patch-1' into 'master'Anthony Sottile2018-12-161-7/+7
|\ \
| * | Recommend registering plugin options using `add_options` and `parse_options` ...Alexander Schlarb2018-12-161-7/+7
|/ /
* | Merge branch 'physical-line-multiple' into 'master'Anthony Sottile2018-12-102-18/+109
|\ \
| * | checker: allow physical checks to return multiple results, add testsTom Milligan2018-12-102-18/+109
* | | Merge branch 'old-py' into 'master'Anthony Sottile2018-12-054-39/+5
|\ \ \ | |/ / |/| |
| * | Remove workarounds for older, unsupported PythonsJon Dufresne2018-12-054-39/+5
|/ /
* | Merge branch 'remove_unused_verify_requiremetns' into 'master'Ian Stapleton Cordasco2018-11-221-8/+2
|\ \
| * | Remove unused verify_requirements argumentremove_unused_verify_requiremetnsAnthony Sottile2018-11-211-8/+2
* | | Merge branch 'pre_commit_config' into 'master'Ian Stapleton Cordasco2018-11-222-0/+55
|\ \ \ | |/ / |/| |
| * | Add https://pre-commit.com metadatapre_commit_configAnthony Sottile2018-11-212-0/+55
|/ /
* | Merge branch 'entrypoints' into 'master'Anthony Sottile2018-11-219-115/+59
|\ \
| * | Replace setuptools with entrypointsAnthony Sottile2018-11-059-115/+59
* | | Merge branch 'grammar' into 'master'Anthony Sottile2018-11-115-5/+5
|\ \ \ | |/ / |/| |
| * | Grammar fixesVille Skyttä2018-11-115-5/+5
|/ /
* | Merge branch 'per-file-style-guide' into 'master'Ian Stapleton Cordasco2018-10-299-19/+350
|\ \
| * | Add versionadded notes for optionsIan Stapleton Cordasco2018-10-271-0/+6
| * | Add documentation for --per-file-ignoresIan Stapleton Cordasco2018-10-271-0/+34
| * | Refactor to support the per-file-ignoresIan Stapleton Cordasco2018-10-273-20/+43
| * | Add tests for the expected behaviour of per-file-ignoresIan Stapleton Cordasco2018-10-271-0/+100
| * | Add support for per-file ignores in configIan Stapleton Cordasco2018-10-256-5/+173
* | | Merge branch 'defect/469-improve-inline-noqa-regex-comment-and-documentation'...Anthony Sottile2018-10-283-4/+5
|\ \ \ | |_|/ |/| |
| * | Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469Jesaja Everling2018-10-283-4/+5
|/ /
* | Merge branch 'add-extend-ignore-to-violations-docs' into 'master'Ian Stapleton Cordasco2018-10-271-6/+29
|\ \ | |/ |/|
| * Add documentation for `flake8 --extend-ignore`Lars Butler2018-10-261-6/+29
|/
* Merge branch 'fixups' into 'master'Anthony Sottile2018-10-242-14/+13
|\
| * Fixups after 3.6.0 releaseAnthony Sottile2018-10-232-14/+13
|/
* Release v3.6.03.6.0Anthony Sottile2018-10-235-3/+122
* Merge branch 'match_newlines_py3_v2' into 'master'Anthony Sottile2018-10-232-6/+30
|\
| * Be explicit about the bytes put into test filesAnthony Sottile2018-10-231-5/+6
| * Revert "Merge branch 'revert-63b91c95' into 'master'"Anthony Sottile2018-10-232-6/+29
|/
* Merge branch 'revert-63b91c95' into 'master'Anthony Sottile2018-10-232-29/+6
|\
| * Revert "Merge branch 'match_newlines_py3' into 'master'"Anthony Sottile2018-10-232-29/+6
|/
* Merge branch 'match_newlines_py3' into 'master'Anthony Sottile2018-10-232-6/+29
|\
| * Fix inconsistent newlines read from a file in python3Anthony Sottile2018-10-222-6/+29