Anthony Sottile
afc57d471d
Release 3.7.4
2019-01-31 19:53:02 -08:00
Anthony Sottile
218bacb108
Merge branch 'update-pyflakes-error-codes' into 'master'
...
Update documentation with new pyflakes error codes.
See merge request pycqa/flake8!300
2019-01-31 22:06:16 +00:00
Greg Back
cd55068eac
Update documentation with new pyflakes error codes.
...
- F632 and F633 were missing
- F721 and F722 were combined in the same row
- F723 was missing
2019-01-31 16:01:25 -06:00
Anthony Sottile
59fdc5250c
Merge branch 'performance_style_guide_for' into 'master'
...
Fix performance regression with per-file-ignores
Closes #501
See merge request pycqa/flake8!299
2019-01-31 18:58:02 +00:00
Anthony Sottile
c85b282b05
Fix performance regression with per-file-ignores
...
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.
2019-01-31 09:23:02 -08:00
Anthony Sottile
ee7081c8ce
Release 3.7.3
2019-01-30 19:55:58 -08:00
Anthony Sottile
9269987cca
Merge branch 'improve_error_message' into 'master'
...
Improve error message for malformed per-file-ignores
Closes #489
See merge request pycqa/flake8!298
2019-01-31 03:38:08 +00:00
Anthony Sottile
f955a98b71
Improve error message for malformed per-file-ignores
2019-01-30 19:33:54 -08:00
Anthony Sottile
cfe9e92999
Merge branch 'graceful_ignore_per_file_ignores' into 'master'
...
Gracefully ignore flake8-per-file-ignores if installed
See merge request pycqa/flake8!297
2019-01-31 03:09:02 +00:00
Anthony Sottile
f7a7e58119
Gracefully ignore flake8-per-file-ignores if installed
2019-01-30 19:01:49 -08:00
Anthony Sottile
7ba8da2a61
Merge branch 'patch-1' into 'master'
...
Fix typo in 3.7.2.rst
See merge request pycqa/flake8!296
2019-01-31 00:33:31 +00:00
wuck
7fc4732fed
Fix typo in 3.7.2.rst
2019-01-31 00:31:37 +00:00
Anthony Sottile
cbffa49a0b
Merge branch 'fix_statistics' into 'master'
...
Fix flake8 --statistics
Closes #499
See merge request pycqa/flake8!295
2019-01-30 23:05:48 +00:00
Anthony Sottile
b0ecf3d28f
Fix flake8 --statistics
2019-01-30 14:39:24 -08:00
Anthony Sottile
e21d74fcc4
Merge branch 'typing_3_5_1' into 'master'
...
Make uses of typing compatible with python 3.5.1 / 3.5.0
Closes #498
See merge request pycqa/flake8!294
2019-01-30 22:20:17 +00:00
Anthony Sottile
eb886a268f
Make uses of typing compatible with python 3.5.1 / 3.5.0
2019-01-30 14:03:55 -08:00
Anthony Sottile
3d1a4265a7
Release 3.7.2
2019-01-30 12:51:49 -08:00
Anthony Sottile
077b640a86
Merge branch 'make_notifier_gone' into 'master'
...
Fix legacy api invocation of make_notifier
Closes #497
See merge request pycqa/flake8!293
2019-01-30 19:06:24 +00:00
Anthony Sottile
137b45ac2f
Fix legacy api invocation of make_notifier
2019-01-30 11:00:36 -08:00
Anthony Sottile
941b120819
Merge branch 'is/490' into 'master'
...
Fix bug flake8 --diff
Closes #490
See merge request pycqa/flake8!292
2019-01-30 18:09:54 +00:00
Anthony Sottile
915184a1e9
Add integration test for flake8 --diff
2019-01-30 09:54:13 -08:00
Anthony Sottile
5707e6e3af
Merge branch 'error_plugin_exception_report' into 'master'
...
Fix plugin exception reporting keyerror typo
See merge request pycqa/flake8!275
2019-01-30 17:03:26 +00:00
Anthony Sottile
3579e4e198
Fix linters
2019-01-30 08:58:59 -08:00
Tomer Keren
a4f5447fc8
Refactor file processor tests to use fixture
2019-01-30 08:57:25 -08:00
Tomer Keren
92a037684f
Fix python2 unicode test error
...
I guess that if you don't have something python2 compliant to say. might as well say nothing at all
Also fix linter errors
2019-01-30 08:55:57 -08:00
Tomer Keren
bdf3ce9135
Fix dogfood
2019-01-30 08:55:57 -08:00
Tomer Keren
b64421c5e8
Write a test checking plugin failure exception handling
2019-01-30 08:55:57 -08:00
Tomer Keren
c68e7a8d3e
Fix plugin exception reporting keyerror typo
2019-01-30 08:55:57 -08:00
Guillaume Lemaitre
763f68b623
BUG: fix flake8 --diff
2019-01-30 17:45:18 +01:00
Anthony Sottile
f70ae10c2b
Release 3.7.1
2019-01-30 00:07:43 -08:00
Anthony Sottile
ed3b133227
Merge branch 'capitalized_filenames' into 'master'
...
Allow capitalized filenames in per-file-ignores
Closes #488
See merge request pycqa/flake8!290
2019-01-30 07:29:05 +00:00
Anthony Sottile
0c470a65d7
Allow capitalized filenames in per-file-ignores
2019-01-29 23:17:45 -08:00
Anthony Sottile
22f16e4081
Release v3.7.0
2019-01-29 20:28:38 -08:00
Anthony Sottile
844754c469
Merge branch 'warnings' into 'master'
...
Remove remnants from previous PRs
See merge request pycqa/flake8!289
2019-01-30 04:13:39 +00:00
Anthony Sottile
238312cc75
Remove remnants from previous PRs
...
- warnings in configparser were silenced upstream (unless `-3` is passed)
- we no longer invoke tests from `python setup.py test`
2019-01-29 20:03:49 -08:00
Anthony Sottile
aac019fdc4
Merge branch 'entrypoints_bump' into 'master'
...
Upgrade entrypoints and sync with setup.cfg
See merge request pycqa/flake8!288
2019-01-30 03:32:13 +00:00
Anthony Sottile
30e3545722
Upgrade entrypoints and sync with setup.cfg
2019-01-29 19:15:09 -08:00
Ian Stapleton Cordasco
55ea9fec17
Merge branch 'latest_pycodestyle' into 'master'
...
Latest pycodestyle
See merge request pycqa/flake8!287
2019-01-29 20:07:42 +00:00
Anthony Sottile
50e7cc71b9
Latest pycodestyle
2019-01-29 08:58:10 -08:00
Anthony Sottile
532ea9ccab
Merge branch 'deps_setup_cfg' into 'master'
...
Also copy deps to setup.cfg
See merge request pycqa/flake8!286
2019-01-28 16:47:46 +00:00
Anthony Sottile
d6e63eec8a
Also copy deps to setup.cfg
2019-01-28 08:38:06 -08:00
Anthony Sottile
d83fed0987
Merge branch 'latest_pyflakes' into 'master'
...
use latest pyflakes
See merge request pycqa/flake8!283
2019-01-28 16:21:00 +00:00
Anthony Sottile
1d167a7d36
Merge branch 'asottile-patch-1' into 'master'
...
Turn off pre-commit's automated multiprocessing
See merge request pycqa/flake8!284
2019-01-28 02:50:31 +00:00
Anthony Sottile
535775e646
Turn off pre-commit's automated multiprocessing
...
flake8 internally implements multiprocessing, disabling pre-commit's improves performance
2019-01-27 17:26:45 -08:00
Anthony Sottile
f38f274e76
Merge branch 'fix_linters' into 'master'
...
Fix linters
See merge request pycqa/flake8!285
2019-01-28 01:26:27 +00:00
Anthony Sottile
dd9a3f421b
Fix linters
2019-01-27 17:19:04 -08:00
Anthony Sottile
3127d213f6
Some lint / mypy fixes
2019-01-24 02:15:25 -08:00
Anthony Sottile
03ea38df16
WIP: use latest pyflakes
2019-01-19 12:02:44 -08:00
Ian Stapleton Cordasco
0f3f4ff9b4
Merge branch 'master' into 'master'
...
Add support for optparse's 'float' and 'complex' types.
Closes #452
See merge request pycqa/flake8!261
2019-01-17 13:50:50 +00:00
Ian Stapleton Cordasco
97e4927555
Merge branch 'per_file_ignore' into 'master'
...
Support more syntaxes in per-file-ignores
Closes #471
See merge request pycqa/flake8!281
2019-01-17 13:32:06 +00:00