summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-07-12 20:36:36 -0400
committerGitHub <noreply@github.com>2021-07-12 20:36:36 -0400
commit9e550df7a0fd634cbdebe535a1368b9169c3b269 (patch)
tree3227648debaadb9bc10f6e9429ffec77a13aded4
parente7054a0b1d52092529adb414ee0cb98d66170fda (diff)
parent6a560568237ffb8b917ba6f18ff2a052b21968f4 (diff)
downloadflake8-9e550df7a0fd634cbdebe535a1368b9169c3b269.tar.gz
Merge pull request #1359 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 383c10e..7a9b74a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.20.0
+ rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py36-plus]
diff --git a/tox.ini b/tox.ini
index 821c5ce..c2f3151 100644
--- a/tox.ini
+++ b/tox.ini
@@ -126,7 +126,7 @@ commands =
# 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
# work well \o/
-ignore = D203, W503, E203
+ignore = D203, W503, E203, N818
exclude =
.tox,
.git,