Merge pull request #8914 from hugovk/flake8-extend-ignore

Flake8: use extend-ignore to avoid redefining defaults
This commit is contained in:
Pradyun Gedam 2020-09-24 21:40:33 +05:30 committed by GitHub
commit 828c6715c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -24,10 +24,8 @@ exclude =
_vendor,
data
enable-extensions = G
ignore =
extend-ignore =
G200, G202,
# pycodestyle checks ignored in the default configuration
E121, E123, E126, E133, E226, E241, E242, E704, W503, W504, W505,
# black adds spaces around ':'
E203,
per-file-ignores =