Anthony Sottile
ebbb57d63c
Merge pull request #1722 from PyCQA/filename-cannot-be-none
...
remove impossible None check
2022-10-27 00:29:09 -04:00
Anthony Sottile
8b1e7c696f
remove impossible None check
2022-10-26 21:27:18 -07:00
Anthony Sottile
7dfe99616f
Merge pull request #1721 from PyCQA/itertools-chain
...
replace some unnecessary itertools.chain with *splat
2022-10-26 23:59:14 -04:00
Anthony Sottile
1745fd4a88
replace some unnecessary itertools.chain with *splat
2022-10-26 20:56:54 -07:00
Anthony Sottile
4272adeebc
Merge pull request #1720 from PyCQA/remove-diff
...
remove --diff option
2022-10-26 23:44:03 -04:00
Anthony Sottile
fba6df88f9
remove --diff option
2022-10-26 20:39:12 -07:00
Anthony Sottile
86268cbde8
Merge pull request #1718 from bagerard/fix_OptionManager_docstring
...
fix OptionManager outdated docstring
2022-10-24 17:56:50 -07:00
Bastien Gerard
3ec7257345
remove docstring of OptionManager as typing is sufficient
2022-10-24 20:53:42 -04:00
Anthony Sottile
b71be90ef6
Merge pull request #1717 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-10-17 21:42:03 -04:00
pre-commit-ci[bot]
9b929478d1
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/reorder_python_imports: v3.8.4 → v3.8.5](https://github.com/asottile/reorder_python_imports/compare/v3.8.4...v3.8.5 )
2022-10-18 01:25:12 +00:00
Anthony Sottile
09a75e8f5a
Merge pull request #1624 from atugushev/format-option-help
...
Display list of available formatters with help for `--format`
2022-10-15 13:03:17 -07:00
Albert Tugushev
48b2919130
Display list of available formatters with help for --format
2022-10-15 15:39:05 -04:00
Anthony Sottile
fbb33430e6
Merge pull request #1710 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-10-10 19:54:47 -07:00
pre-commit-ci[bot]
df93879595
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/reorder_python_imports: v3.8.3 → v3.8.4](https://github.com/asottile/reorder_python_imports/compare/v3.8.3...v3.8.4 )
- [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.1.0 )
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0 )
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](https://github.com/pre-commit/mirrors-mypy/compare/v0.981...v0.982 )
2022-10-11 02:26:58 +00:00
Anthony Sottile
b220ee957a
Merge pull request #1707 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-10-03 21:19:12 -04:00
pre-commit-ci[bot]
b029e85b44
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-mypy: v0.971 → v0.981](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v0.981 )
2022-10-04 01:05:39 +00:00
Anthony Sottile
144974f622
Merge pull request #1706 from PyCQA/asottile-patch-1
...
Add link to GitHub Sponsors for primary maintainer
2022-10-03 14:51:04 -04:00
Anthony Sottile
4bba8798ea
Add link to GitHub Sponsors for primary maintainer
2022-10-03 12:25:05 -04:00
Anthony Sottile
2c1bfa1f3d
Merge pull request #1696 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-09-26 21:45:50 -04:00
pre-commit-ci[bot]
d59c42769c
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](https://github.com/asottile/reorder_python_imports/compare/v3.8.2...v3.8.3 )
- [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](https://github.com/asottile/pyupgrade/compare/v2.38.0...v2.38.2 )
2022-09-27 01:09:19 +00:00
Anthony Sottile
113aa89cd2
Merge pull request #1695 from PyCQA/remove-help-text-from-docs
...
remove example help text from docs to avoid confusion
2022-09-22 21:07:46 -04:00
Anthony Sottile
eafb4d7254
remove example help text from docs to avoid confusion
2022-09-22 21:04:10 -04:00
Anthony Sottile
5d8a0b8158
Merge pull request #1694 from eli-schwartz/documentation-count-exit-code
...
fix documentation for the --count option
2022-09-22 21:02:29 -04:00
Eli Schwartz
045923237e
fix documentation for the --count option
...
It erroneously claimed that it set the application exit code to 1 if the
count was greater than 1. However, this is false, because the --count
option doesn't modify the error code at any time.
If the count was greater than 1, then the exit code was already 1, even
in the absence of --count, unless --exit-zero was used.
This documentation bug resulted in people reading the `flake8 --help`
output and believing that --count is mandatory in order to ensure that
flake8 produces errors in automated processes (such as CI scripts) when
flake8 violations are detected.
2022-09-22 20:53:52 -04:00
Anthony Sottile
4be02109df
Merge pull request #1693 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-09-19 20:04:57 -05:00
pre-commit-ci[bot]
8c7c38bad9
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.0 )
2022-09-20 00:54:40 +00:00
Anthony Sottile
7a6c42fc43
Merge pull request #1681 from wookie184/use-extend-ignore-in-docs
...
Prefer extend-ignore over ignore in general examples
2022-09-06 13:57:07 -04:00
wookie184
a3e31c2f44
Prefer extend-ignore over ignore in general examples
2022-09-06 18:29:02 +01:00
Anthony Sottile
4d1a72afc2
Merge pull request #1680 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-09-05 22:03:08 -04:00
pre-commit-ci[bot]
46b404aa1f
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0 )
2022-09-06 01:17:10 +00:00
Anthony Sottile
a81fdd49f5
Merge pull request #1678 from kasium/issue-1676
...
Document off-by-default feature
2022-09-04 16:53:41 -04:00
Kai Mueller
e299674866
Document off-by-default feature
...
Add a short section to the plugin development.
See #1676
2022-09-04 16:48:46 -04:00
Anthony Sottile
d1939cbafd
Merge pull request #1677 from kasium/case-typo
...
Fix typo casae->case
2022-09-04 11:40:07 -04:00
Kai Mueller
2ee3c56d93
Fix typo casae->case
2022-09-04 15:33:18 +00:00
Anthony Sottile
a929f124c8
Merge pull request #1633 from PyCQA/py37-plus
...
require python>=3.7
2022-08-27 20:34:38 -04:00
Anthony Sottile
e249dc47df
Merge pull request #1662 from velicanu/main
...
fix documentation of color configuruation
2022-08-10 13:53:31 -04:00
Dragos Velicanu
68455f0e8f
fix documentation of color configuruation
2022-08-10 13:49:20 -04:00
Anthony Sottile
c42fc04602
Merge pull request #1658 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-08-08 20:45:15 -04:00
pre-commit-ci[bot]
3642af2dca
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/flake8: 5.0.3 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.3...5.0.4 )
2022-08-09 00:38:58 +00:00
Anthony Sottile
e94fb10940
require python>=3.7
2022-08-05 19:51:08 -04:00
Anthony Sottile
6027577d32
Release 5.0.4
2022-08-03 19:19:37 -04:00
Anthony Sottile
213e006ce6
Merge pull request #1653 from asottile/lower-bound-importlib-metadata
...
require sufficiently new importlib-metadata
2022-08-03 19:10:26 -04:00
Anthony Sottile
e94ee2b5f1
require sufficiently new importlib-metadata
2022-08-03 18:49:44 -04:00
Anthony Sottile
318a86a4a1
Merge pull request #1646 from televi/main
...
Clarify entry point naming
2022-08-02 11:04:18 -04:00
Todd Levi
7b8b374c9b
Clarify entry point naming
...
Clarified what is and is not a valid entry point name
for registering plugins.
2022-08-02 10:59:05 -04:00
Anthony Sottile
7160561028
Merge pull request #1649 from PyCQA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-08-01 21:19:30 -04:00
pre-commit-ci[bot]
84d56a8c25
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3 )
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.3](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.3 )
2022-08-02 01:01:58 +00:00
Anthony Sottile
ff6569b87d
Release 5.0.3
2022-08-01 19:21:10 -04:00
Anthony Sottile
e76b59ae44
Merge pull request #1648 from PyCQA/invalid-syntax-partial-parse
...
ignore config files that partially parse as flake8 configs
2022-08-01 19:16:39 -04:00
Anthony Sottile
25e8ff18b3
ignore config files that partially parse as flake8 configs
2022-08-01 19:11:53 -04:00