Commit graph

1532 commits

Author SHA1 Message Date
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
Tomer Keren
08492ee857 Update regex to allow no space noqa 2018-12-27 18:18:52 +02:00
Tomer Keren
8c9c462154 Add tests for noqa without a space 2018-12-27 18:14:20 +02:00
Anthony Sottile
c645a6761d Merge branch 'patch-1' into 'master'
Recommend registering plugin options using `add_options` and `parse_options`...

See merge request pycqa/flake8!272
2018-12-16 17:34:28 +00:00
Alexander Schlarb
092427e7dd Recommend registering plugin options using add_options and parse_options rather then register_options and provide_options since these are actually called. 2018-12-16 14:11:17 +00:00
Anthony Sottile
cad4e5be6f Merge branch 'physical-line-multiple' into 'master'
Allow physical checks to return multiple results

See merge request pycqa/flake8!269
2018-12-10 17:47:05 +00:00
Tom Milligan
2803d0a810
checker: allow physical checks to return multiple results, add tests 2018-12-10 17:42:53 +00:00
Anthony Sottile
9a9237a338 Merge branch 'old-py' into 'master'
Remove workarounds for older, unsupported Pythons

See merge request pycqa/flake8!271
2018-12-05 17:47:14 +00:00
Jon Dufresne
3216c7b362 Remove workarounds for older, unsupported Pythons 2018-12-05 06:34:55 -08:00
Ian Stapleton Cordasco
93ad9617b0 Merge branch 'remove_unused_verify_requiremetns' into 'master'
Remove unused verify_requirements argument

See merge request pycqa/flake8!267
2018-11-22 12:29:58 +00:00
Ian Stapleton Cordasco
838b508848 Merge branch 'pre_commit_config' into 'master'
Add https://pre-commit.com metadata

See merge request pycqa/flake8!268
2018-11-22 12:29:32 +00:00
Anthony Sottile
ef5ef0d9bf Add https://pre-commit.com metadata 2018-11-21 13:40:48 -08:00
Anthony Sottile
b8dbb9b597 Remove unused verify_requirements argument 2018-11-21 09:30:05 -08:00
Anthony Sottile
b3f205a936 Merge branch 'entrypoints' into 'master'
Replace setuptools with entrypoints

See merge request pycqa/flake8!264
2018-11-21 17:28:55 +00:00