Commit graph

1545 commits

Author SHA1 Message Date
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
Ian Stapleton Cordasco
92efb041d9 Merge branch 'unused_project_filenames' into 'master'
Remove unused PROJECT_FILENAMES

See merge request pycqa/flake8!279
2019-01-08 14:00:29 +00:00
Ian Stapleton Cordasco
751bbd1148 Merge branch 'enforce_warnings' into 'master'
Enforce warnings under test

Closes #275

See merge request pycqa/flake8!280
2019-01-08 13:59:56 +00:00
Anthony Sottile
9788b87c91 Support more syntaxes in per-file-ignores 2019-01-07 19:35:41 -08:00
Anthony Sottile
afe1ba4f61 Enforce warnings under test 2019-01-07 19:19:21 -08:00
Anthony Sottile
c49d03ae0a Remove unused PROJECT_FILENAMES 2019-01-07 17:23:07 -08:00
ymdatta
cc20e35058 Fixed linting errors 2019-01-04 10:32:06 +05:30
Anthony Sottile
894c4ac9ee Merge branch 'setup_py_test' into 'master'
Remove tests_require / setup_requires since we do not use setup.py test

See merge request pycqa/flake8!277
2019-01-04 04:25:45 +00:00
Anthony Sottile
64cc5b3d07 Remove tests_require / setup_requires since we do not use setup.py test 2019-01-03 17:25:39 -08:00
Anthony Sottile
8dc2885d94 Fix typo 2018-12-31 22:26:21 -08:00
Anthony Sottile
a153244191 Merge branch 'pyflakes_api_better' into 'master'
Call pyflakes api better

See merge request pycqa/flake8!276
2019-01-01 03:18:42 +00:00
Anthony Sottile
22b00100ab Call pyflakes api better 2018-12-31 19:14:02 -08:00
Ian Stapleton Cordasco
7f50c3acc4 Merge branch 'remove_unused_broken_flake8_listen' into 'master'
Remove unused and broken flake8.listen plugin type

Closes #480

See merge request pycqa/flake8!274
2018-12-28 15:39:49 +00:00
Anthony Sottile
be88d26396 Remove unused and broken flake8.listen plugin type 2018-12-27 16:55:15 -08:00
Anthony Sottile
6ad56f73da Fix noqa example comment [ci skip] 2018-12-27 17:03:55 +00:00
Anthony Sottile
d3d1b19aec Merge branch 'noqa_without_space_470' into 'master'
Accept Noqa without space

Closes #470

See merge request pycqa/flake8!273
2018-12-27 16:54:47 +00:00
Tomer Keren
445d19b9de Add link to regex101 for noqa regex
This provides a step by step doc for the regular expression, and makes iterating on it much easier
2018-12-27 18:28:08 +02:00