Improve Flake8 config (#1149)

This commit is contained in:
Adam Johnson
2022-09-09 15:16:22 +01:00
committed by GitHub
parent abd0609f80
commit 29e2b65c8b
4 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
[flake8]
exclude = .*/
select = F401, Y
extend-ignore = E203
extend-select = F401, Y
max_line_length = 120
per-file-ignores =
*__init__.pyi: F401