Commit graph

2506 commits

Author SHA1 Message Date
Anthony Sottile
17822984a5
Merge pull request #1454 from asottile/unused-example-code
remove unused example-code test fixtures
2021-11-14 11:45:25 -05:00
Anthony Sottile
799c71eeb6
Merge pull request #1453 from asottile/dead
remove dead code
2021-11-14 11:43:25 -05:00
Anthony Sottile
b3c6364f0e remove unused example-code test fixtures 2021-11-14 08:42:35 -08:00
Anthony Sottile
0c62569c4f remove dead code
detected using https://github.com/asottile/dead
2021-11-14 08:40:34 -08:00
Anthony Sottile
c9cac9957b
Merge pull request #1452 from asottile/type_init
add typing to src/flake8/__init__.py
2021-11-14 11:32:49 -05:00
Anthony Sottile
5bed787883 add typing to src/flake8/__init__.py 2021-11-14 08:30:10 -08:00
Anthony Sottile
002a99ec1b
Merge pull request #1449 from asottile/remove-polyfill
remove mentions of flake8-polyfill
2021-11-14 11:23:25 -05:00
Anthony Sottile
074c0048c9
Merge pull request #1451 from asottile/remove-hg
remove mercurial tags/ignore files
2021-11-14 11:22:53 -05:00
Anthony Sottile
f1d860852e
Merge pull request #1450 from asottile/remove-codecov
delete unused codecov.yml
2021-11-14 11:22:27 -05:00
Anthony Sottile
17a36ef267
Merge pull request #1448 from PyCQA/coverage-6
require coverage 6.x and simplify config
2021-11-14 11:20:29 -05:00
Anthony Sottile
ba8f093565 remove mercurial tags/ignore files 2021-11-14 08:19:29 -08:00
Anthony Sottile
5319cf9f35 delete unused codecov.yml 2021-11-14 08:18:14 -08:00
Anthony Sottile
7e5d6501c1 remove mentions of flake8-polyfill 2021-11-14 08:17:04 -08:00
Anthony Sottile
ef3585b3a0 require coverage 6.x and simplify config 2021-11-14 08:14:36 -08:00
Ian Stapleton Cordasco
382cc91040
Merge pull request #1443 from Spectre5/Add-nox-to-default-exclude-list
Add .nox to default exclude list
2021-11-08 06:24:02 -06:00
Scott Barlow
163814547d Add .nox to default exclude list 2021-11-07 17:39:16 -08:00
Ian Stapleton Cordasco
e34647fb37
Merge pull request #1441 from asottile/deprecate_diff
deprecate the --diff option
2021-11-06 06:03:53 -05:00
Anthony Sottile
e6579239af deprecate the --diff option 2021-11-05 20:51:04 -04:00
Anthony Sottile
a08fc4be98
Merge pull request #1440 from asottile/colors
add --color option
2021-11-05 20:44:23 -04:00
Anthony Sottile
848003cc05 add --color option 2021-11-05 20:37:08 -04:00
Ian Stapleton Cordasco
05cae7e046
Merge pull request #1437 from PyCQA/fix-rtfd
Fix ReadTheDocs builds
2021-11-02 05:56:23 -05:00
Ian Stapleton Cordasco
221de71071
Fix ReadTheDocs builds
docutils 0.18 is busted and needs to be prevented from being installed

Related to https://github.com/sphinx-doc/sphinx/issues/9788

Related to https://github.com/readthedocs/readthedocs.org/issues/8616
2021-11-02 05:52:28 -05:00
Anthony Sottile
a4e337add1
Merge pull request #1436 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-11-01 17:20:59 -04:00
pre-commit-ci[bot]
84b9831b9d
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
2021-11-01 21:18:24 +00:00
Anthony Sottile
bcb88c4c3e
Merge pull request #1426 from mxr/fix-return
Remove usage of self.manager.map() in load_plugins()
2021-10-17 19:16:18 -07:00
Max R
dd6d61c9a6 Fix tests 2021-10-17 22:13:11 -04:00
Anthony Sottile
4157cdbc6a
Merge pull request #1427 from mxr/minor-typing-fixes
Update type hint and expression for _multiprocessing_is_fork()
2021-10-17 18:58:55 -07:00
pre-commit-ci[bot]
d83b74b6f4 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-10-18 01:56:38 +00:00
Max R
d58af9f6ae Remove usage of self.manager.map() in load_plugins() 2021-10-17 21:55:00 -04:00
Max R
56dd10eae8 Update type hint and expression for _multiprocessing_is_fork() 2021-10-17 21:43:17 -04:00
Anthony Sottile
ecee230c6f
Merge pull request #1411 from PyCQA/indent-size-str
remove indent_size_str
2021-10-11 17:55:28 -07:00
Anthony Sottile
2fee5981a7
Merge pull request #1414 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-10-11 13:32:24 -07:00
pre-commit-ci[bot]
8daf52a42a
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](https://github.com/pre-commit/mirrors-mypy/compare/v0.910...v0.910-1)
2021-10-11 20:25:29 +00:00
Anthony Sottile
6f384b8a67
Merge pull request #1413 from nim65s/main
remove user configuration in docs
2021-10-11 12:12:20 -07:00
Guilhem Saurel
d835bc8397 remove more mentions of user-level configuration in docs 2021-10-11 20:54:47 +02:00
Guilhem Saurel
ac2059d154 update doc after #1404 2021-10-11 20:49:57 +02:00
Anthony Sottile
d666c40623 remove indent_size_str
this was originally added only for pycodestyle which no longer uses it
2021-10-11 05:54:21 -07:00
Anthony Sottile
82b698e099 Release 4.0.1 2021-10-11 05:41:53 -07:00
Anthony Sottile
0fac346d84
Merge pull request #1410 from PyCQA/parallel-syntax-error
fix parallel execution collecting a SyntaxError
2021-10-11 05:32:52 -07:00
Anthony Sottile
aa54693c9e fix parallel execution collecting a SyntaxError 2021-10-11 05:28:05 -07:00
Anthony Sottile
d31c5356bb Release 4.0.0 2021-10-10 19:07:21 -07:00
Anthony Sottile
afd2399b4c
Merge pull request #1407 from asottile/setup-cfg-fmt
rerun setup-cfg-fmt (and restore comments)
2021-10-10 18:25:56 -07:00
Anthony Sottile
960cf8cf20 rerun setup-cfg-fmt (and restore comments) 2021-10-10 18:21:10 -07:00
Anthony Sottile
d7baba5f14
Merge pull request #1406 from asottile/update-versions
update dependency versions
2021-10-10 18:06:11 -07:00
Anthony Sottile
d79021aafc update dependency versions 2021-10-10 18:02:13 -07:00
Ian Stapleton Cordasco
283f0c8124
Merge pull request #1404 from PyCQA/drop-xdg-config
Drop support for Home and XDG config files
2021-10-10 19:21:35 -05:00
Ian Stapleton Cordasco
807904aebc
Drop support for Home and XDG config files
This has been a huge support burden for us. I seriously considered doing
this in 3.0 but caved to a vocal minority and the desire to keep as much
backwards compatibility as possible. At this point, however, I'm done
witnessing the abuse Anthony has to suffer over this and I'm done with
the undue hostility that people who don't bother to read the docs
display. Hopefully, this eases that a bit.
2021-10-10 19:18:51 -05:00
Ian Stapleton Cordasco
0b1c790443
Merge pull request #1405 from PyCQA/fix-github-workflows
Fix GitHub actions after renaming master to main
2021-10-10 19:15:50 -05:00
Ian Stapleton Cordasco
96e413db2c
Fix GitHub actions after renaming master to main 2021-10-10 19:12:04 -05:00
Anthony Sottile
08a330730e
Merge pull request #1403 from PyCQA/master-to-main
master -> main
2021-10-10 16:56:47 -07:00