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,