mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 00:44:44 +00:00
Merge pull request #1359 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
9e550df7a0
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ repos:
|
||||||
- id: black
|
- id: black
|
||||||
args: [--line-length=79]
|
args: [--line-length=79]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.20.0
|
rev: v2.21.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py36-plus]
|
args: [--py36-plus]
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -126,7 +126,7 @@ commands =
|
||||||
# defaults to selecting all other errors so we do not need select=E,F,W,I,D
|
# defaults to selecting all other errors so we do not need select=E,F,W,I,D
|
||||||
# Once Flake8 3.0 is released and in a good state, we can use both and it will
|
# Once Flake8 3.0 is released and in a good state, we can use both and it will
|
||||||
# work well \o/
|
# work well \o/
|
||||||
ignore = D203, W503, E203
|
ignore = D203, W503, E203, N818
|
||||||
exclude =
|
exclude =
|
||||||
.tox,
|
.tox,
|
||||||
.git,
|
.git,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue