summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enable github actionsgithub_actionsAnthony Sottile2021-04-035-109/+52
|
* Merge branch 'py3_plus' into 'master'Anthony Sottile2021-03-3165-732/+630
|\ | | | | | | | | | | | | drop legacy python versions Closes #690 See merge request pycqa/flake8!471
| * audit + string joiningAnthony Sottile2021-03-306-12/+11
| |
| * audit % format callsAnthony Sottile2021-03-304-9/+9
| |
| * audit .format(...) callsAnthony Sottile2021-03-306-26/+10
| |
| * com2annAnthony Sottile2021-03-3019-389/+361
| |
| * clean up TYPE_CHECKING importsAnthony Sottile2021-03-308-12/+17
| |
| * clean up OrderedDictAnthony Sottile2021-03-301-7/+5
| |
| * clean up version_info referencesAnthony Sottile2021-03-303-28/+12
| |
| * clean up _stdin_get_value_py3Anthony Sottile2021-03-301-7/+3
| |
| * clean up readlines_py2Anthony Sottile2021-03-301-16/+2
| |
| * clean up string_typesAnthony Sottile2021-03-302-9/+6
| |
| * clean up lru_cache in compatAnthony Sottile2021-03-303-7/+6
| |
| * automatic: pyupgrade --py36-plusAnthony Sottile2021-03-3051-149/+185
| |
| * some manual python2 metadata cleanupAnthony Sottile2021-03-3013-79/+14
| |
| * introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-297-7/+14
|/
* Merge branch 'remove_setuptools_command' into 'master'Anthony Sottile2021-03-305-167/+0
|\ | | | | | | | | remove flake8 setuptools command See merge request pycqa/flake8!470
| * remove flake8 setuptools commandAnthony Sottile2021-03-295-167/+0
|/
* Merge branch 'yesqa' into 'master'Anthony Sottile2021-03-302-2/+2
|\ | | | | | | | | remove unused noqa comments See merge request pycqa/flake8!469
| * remove unused noqa commentsAnthony Sottile2021-03-292-2/+2
|/
* Merge branch 'remove_vcs_stuff' into 'master'Anthony Sottile2021-03-3013-659/+2
|\ | | | | | | | | remove vcs integration See merge request pycqa/flake8!468
| * remove vcs integrationAnthony Sottile2021-03-2913-659/+2
|/
* Release 3.9.03.9.0Anthony Sottile2021-03-145-3/+50
|
* Merge branch 'pycodestyle_2_7_0' into 'master'Anthony Sottile2021-03-147-3/+40
|\ | | | | | | | | upgrade pycodestyle to 2.7.0 See merge request pycqa/flake8!467
| * upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-144-3/+5
| |
| * Add indent-size optionvalentin2021-03-144-0/+35
|/
* Merge branch 'pyflakes_3_3' into 'master'Anthony Sottile2021-03-141-1/+1
|\ | | | | | | | | upgrade pyflakes to 2.3.x See merge request pycqa/flake8!466
| * upgrade pyflakes to 2.3.xAnthony Sottile2021-03-141-1/+1
|/
* Merge branch 'crlf_stdin' into 'master'Ian Stapleton Cordasco2021-01-072-1/+12
|\ | | | | | | | | ensure crlf line endings of stdin are handled properly See merge request pycqa/flake8!461
| * ensure crlf line endings of stdin are handled properlyAnthony Sottile2021-01-072-1/+12
|/
* Merge branch 'fix_linters' into 'master'Anthony Sottile2021-01-071-3/+5
|\ | | | | | | | | fix test which was not testing anything See merge request pycqa/flake8!462
| * fix test which was not testing anythingAnthony Sottile2021-01-071-3/+5
|/
* Merge branch 'remove_flake8_colors' into 'master'Anthony Sottile2020-11-181-3/+0
|\ | | | | | | | | remove flake8-colors See merge request pycqa/flake8!460
| * remove flake8-colorsAnthony Sottile2020-11-171-3/+0
|/ | | | | they break `--format` in incompatible ways: https://github.com/and3rson/flake8-colors/issues/12
* Merge branch 'rm_output_file_outdated_docs' into 'master'Anthony Sottile2020-11-141-9/+0
|\ | | | | | | | | remove outdated output-file configuration docs See merge request pycqa/flake8!459
| * remove outdated output-file configuration docsAnthony Sottile2020-11-131-9/+0
|/
* Merge branch 'patch-1' into 'master'Anthony Sottile2020-10-031-3/+3
|\ | | | | | | | | Fix typos in --exclude-from-doctest docs See merge request pycqa/flake8!455
| * Fix typos in --exclude-from-doctest docsPhilipp Fischbeck2020-10-031-3/+3
|/
* Merge branch 'drop_py34' into 'master'Anthony Sottile2020-10-025-12/+2
|\ | | | | | | | | drop python3.4 See merge request pycqa/flake8!457
| * drop python3.4Anthony Sottile2020-10-025-12/+2
| |
* | Merge branch 'no_show_source' into 'master'Anthony Sottile2020-10-022-0/+32
|\ \ | |/ |/| | | | | Add option to disable show-source for calling tools See merge request pycqa/flake8!441
| * Add option to disable show-source for calling toolsAnthony Sottile2020-06-192-0/+32
| |
* | Release 3.8.43.8.4Anthony Sottile2020-10-023-1/+25
| |
* | Merge branch 'py34_virtualenv_fix' into 'master'Anthony Sottile2020-10-021-0/+2
|\ \ | | | | | | | | | | | | limit the virtualenv version in python3.4 See merge request pycqa/flake8!456
| * | limit the virtualenv version in python3.4Anthony Sottile2020-10-021-0/+2
|/ /
* | Merge branch 'video' into 'master'Anthony Sottile2020-09-231-0/+13
|\ \ | | | | | | | | | | | | add video tutorial to plugin development page See merge request pycqa/flake8!453
| * | add video tutorial to plugin development pageAnthony Sottile2020-09-201-0/+13
|/ /
* | Merge branch 'spelling' into 'master'Anthony Sottile2020-09-2114-16/+16
|\ \ | | | | | | | | | | | | fix a few small spelling issues See merge request pycqa/flake8!452
| * | fix a few small spelling issuesAnthony Sottile2020-09-2014-16/+16
|/ / | | | | | | found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
* | Merge branch 'fix_linting_end_of_file' into 'master'Anthony Sottile2020-09-153-4/+46
|\ \ | | | | | | | | | | | | fix skipping of physical checks when file does not end in newline See merge request pycqa/flake8!451