| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix sample entry points in docsasottile-entry-point-docs-fixup | Anthony Sottile | 2019-05-21 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'nosec' into 'master' | Anthony Sottile | 2019-05-19 | 2 | -6/+6 |
| |\ | | | | | | | | | whitelist a bandit false positive and improve type annotation See merge request pycqa/flake8!318 | ||||
| | * | whitelist a bandit false positive and improve type annotation | Anthony Sottile | 2019-05-19 | 2 | -6/+6 |
| |/ | |||||
| * | Merge branch 'ignore-coverage-files-in-parallel-mode' into 'master' | Anthony Sottile | 2019-05-02 | 1 | -0/+1 |
| |\ | | | | | | | | | ignore .coverage files in --parallel-mode See merge request pycqa/flake8!316 | ||||
| | * | ignore .coverage files in --parallel-mode | Thomas Grainger | 2019-05-01 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'tokenize_error' into 'master' | Anthony Sottile | 2019-04-07 | 2 | -2/+15 |
| |\ | | | | | | | | | | | | | Fix crash when file fails to tokenize but parses Closes #532 See merge request pycqa/flake8!314 | ||||
| | * | Fix crash when file fails to tokenize but parses | Anthony Sottile | 2019-04-07 | 2 | -2/+15 |
| |/ | |||||
| * | Merge branch 'master' into 'master' | Anthony Sottile | 2019-03-20 | 1 | -0/+24 |
| |\ | | | | | | | | | | | | | document max-doc-length option Closes #524 See merge request pycqa/flake8!313 | ||||
| | * | document max-doc-length option | Antoine Gallix | 2019-03-20 | 1 | -0/+24 |
| |/ | |||||
| * | Merge branch 'fix_black' into 'master' | Anthony Sottile | 2019-03-18 | 1 | -2/+2 |
| |\ | | | | | | | | | Updates for changes in black's cli See merge request pycqa/flake8!312 | ||||
| | * | Updates for changes in black's cli | Anthony Sottile | 2019-03-18 | 1 | -2/+2 |
| |/ | |||||
| * | Merge branch 'charlesfrye/fix-prelim-args' into 'master' | Anthony Sottile | 2019-03-11 | 2 | -1/+11 |
| |\ | | | | | | | | | | | | | Fixes handling of empty lists by Application Closes #518 See merge request pycqa/flake8!310 | ||||
| | * | makes prelim_args test more explicit | Charles Frye | 2019-03-11 | 1 | -1/+1 |
| | | | |||||
| | * | Fixes handling of empty lists by Application | Charles Frye | 2019-03-07 | 2 | -1/+11 |
| |/ | | | | | | | | | | | `Application.parse_preliminary_options_and_args` was previously, against expectations, treating empty lists passed as the `argv` argument the same way it treated `None`s. This has been addressed and the correct behavior tested for in a unit test of the `Application` class. See issue #518 for details. | ||||
| * | Release 3.7.73.7.7 | Anthony Sottile | 2019-02-25 | 3 | -1/+25 |
| | | |||||
| * | Merge branch 'pickleable_plugin_error' into 'master' | Anthony Sottile | 2019-02-20 | 3 | -27/+74 |
| |\ | | | | | | | | | | | | | Ensure exceptions are pickleable Closes #505 See merge request pycqa/flake8!308 | ||||
| | * | Ensure exceptions are pickleable | Anthony Sottile | 2019-02-19 | 3 | -27/+74 |
| |/ | |||||
| * | Release 3.7.63.7.6 | Anthony Sottile | 2019-02-18 | 3 | -1/+29 |
| | | |||||
| * | Merge branch 'mypy_improvements' into 'master' | Ian Stapleton Cordasco | 2019-02-17 | 3 | -7/+8 |
| |\ | | | | | | | | | Improve a few mypy type annotations See merge request pycqa/flake8!307 | ||||
| | * | Improve a few mypy type annotations | Anthony Sottile | 2019-02-17 | 3 | -7/+8 |
| | | | |||||
| * | | Merge branch 'perf_only_one_proc' into 'master' | Ian Stapleton Cordasco | 2019-02-17 | 2 | -16/+14 |
| |\ \ | | | | | | | | | | | | | Speed up flake8 when only 1 filename is passed See merge request pycqa/flake8!305 | ||||
| | * | | Speed up flake8 when only 1 filename is passed | Anthony Sottile | 2019-02-17 | 2 | -16/+14 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~40% improvement over status quo (perf measurements are best-of-5) ### before ```console $ time flake8 /dev/null real 0m0.337s user 0m0.212s sys 0m0.028s ``` ### after ```console $ time flake8 /dev/null real 0m0.197s user 0m0.182s sys 0m0.012s ``` | ||||
| * | | Merge branch 'less_monkeypatch' into 'master' | Ian Stapleton Cordasco | 2019-02-17 | 1 | -11/+1 |
| |\ \ | |/ |/| | | | | | Remove pyflakes monkeypatching See merge request pycqa/flake8!306 | ||||
| | * | Remove pyflakes monkeypatching | Anthony Sottile | 2019-02-16 | 1 | -11/+1 |
| |/ | |||||
| * | Merge branch 'update-options-ignore-defaults' into 'master' | Anthony Sottile | 2019-02-16 | 1 | -1/+1 |
| |\ | | | | | | | | | Update documented --ignore defaults to match code See merge request pycqa/flake8!304 | ||||
| | * | options.rst: Update --ignore defaults to match code | Kevin Locke | 2019-02-16 | 1 | -1/+1 |
| |/ | | | | | | | 3d512ae added W503 and W504 to defaults.IGNORE, but the documentation was never updated. This commit updates the docs to match the code. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | ||||
| * | Merge branch 'allow_multiple_letters_in_codes' into 'master' | Anthony Sottile | 2019-02-11 | 2 | -1/+6 |
| |\ | | | | | | | | | FIX 507: allow multiple letters in codes See merge request pycqa/flake8!303 | ||||
| | * | FIX 507: allow multiple letters in codes | Илья Лебедев | 2019-02-11 | 2 | -1/+6 |
| |/ | |||||
| * | Release 3.7.53.7.5 | Anthony Sottile | 2019-02-04 | 3 | -1/+25 |
| | | |||||
| * | Merge branch 'undefinde_local_code' into 'master' | Anthony Sottile | 2019-02-01 | 2 | -5/+23 |
| |\ | | | | | | | | | | | | | Fix reporting of UndefinedLocal pyflakes error Closes #503 See merge request pycqa/flake8!302 | ||||
| | * | Fix reporting of UndefinedLocal pyflakes error | Anthony Sottile | 2019-01-31 | 2 | -5/+23 |
| |/ | |||||
| * | Merge branch '3_7' into 'master' | Anthony Sottile | 2019-02-01 | 7 | -10/+9 |
| |\ | | | | | | | | | Remove noqa comments now that 3.7 has been released See merge request pycqa/flake8!301 | ||||
| | * | Remove noqa comments now that 3.7 has been released | Anthony Sottile | 2019-01-31 | 7 | -10/+9 |
| |/ | |||||
| * | Release 3.7.43.7.4 | Anthony Sottile | 2019-01-31 | 3 | -1/+25 |
| | | |||||
| * | Merge branch 'update-pyflakes-error-codes' into 'master' | Anthony Sottile | 2019-01-31 | 1 | -2/+9 |
| |\ | | | | | | | | | Update documentation with new pyflakes error codes. See merge request pycqa/flake8!300 | ||||
| | * | Update documentation with new pyflakes error codes. | Greg Back | 2019-01-31 | 1 | -2/+9 |
| |/ | | | | | | - F632 and F633 were missing - F721 and F722 were combined in the same row - F723 was missing | ||||
| * | Merge branch 'performance_style_guide_for' into 'master' | Anthony Sottile | 2019-01-31 | 3 | -9/+8 |
| |\ | | | | | | | | | | | | | Fix performance regression with per-file-ignores Closes #501 See merge request pycqa/flake8!299 | ||||
| | * | Fix performance regression with per-file-ignores | Anthony Sottile | 2019-01-31 | 3 | -9/+8 |
| |/ | | | | | | | | With a large number of errors, filenames, and per-file-ignores the style guide selection would take a significant portion of execution time (python3 70% / python2 99.9%). Caching the styleguide lookup by filename eliminates this bottleneck. | ||||
| * | Release 3.7.33.7.3 | Anthony Sottile | 2019-01-30 | 3 | -1/+45 |
| | | |||||
| * | Merge branch 'improve_error_message' into 'master' | Anthony Sottile | 2019-01-31 | 3 | -3/+48 |
| |\ | | | | | | | | | | | | | Improve error message for malformed per-file-ignores Closes #489 See merge request pycqa/flake8!298 | ||||
| | * | Improve error message for malformed per-file-ignores | Anthony Sottile | 2019-01-30 | 3 | -3/+48 |
| |/ | |||||
| * | Merge branch 'graceful_ignore_per_file_ignores' into 'master' | Anthony Sottile | 2019-01-31 | 1 | -0/+6 |
| |\ | | | | | | | | | Gracefully ignore flake8-per-file-ignores if installed See merge request pycqa/flake8!297 | ||||
| | * | Gracefully ignore flake8-per-file-ignores if installed | Anthony Sottile | 2019-01-30 | 1 | -0/+6 |
| |/ | |||||
| * | Merge branch 'patch-1' into 'master' | Anthony Sottile | 2019-01-31 | 1 | -1/+1 |
| |\ | | | | | | | | | Fix typo in 3.7.2.rst See merge request pycqa/flake8!296 | ||||
| | * | Fix typo in 3.7.2.rst | wuck | 2019-01-31 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'fix_statistics' into 'master' | Anthony Sottile | 2019-01-30 | 3 | -10/+37 |
| |\ | | | | | | | | | | | | | Fix flake8 --statistics Closes #499 See merge request pycqa/flake8!295 | ||||
| | * | Fix flake8 --statistics | Anthony Sottile | 2019-01-30 | 3 | -10/+37 |
| | | | |||||
| * | | Merge branch 'typing_3_5_1' into 'master' | Anthony Sottile | 2019-01-30 | 2 | -5/+5 |
| |\ \ | |/ |/| | | | | | | | | | Make uses of typing compatible with python 3.5.1 / 3.5.0 Closes #498 See merge request pycqa/flake8!294 | ||||
| | * | Make uses of typing compatible with python 3.5.1 / 3.5.0 | Anthony Sottile | 2019-01-30 | 2 | -5/+5 |
| |/ | |||||
| * | Release 3.7.23.7.2 | Anthony Sottile | 2019-01-30 | 3 | -1/+38 |
| | | |||||
