flake8: ignore F405
This commit is contained in:
parent
c803f7ae98
commit
a5aa159d9d
1 changed files with 1 additions and 1 deletions
2
.flake8
2
.flake8
|
@ -19,5 +19,5 @@
|
|||
# - F999: name name be undefined or undefined from star imports.
|
||||
#
|
||||
[flake8]
|
||||
ignore = E221,E241,E731,F403,F821,F999
|
||||
ignore = E221,E241,E731,F403,F821,F999,F405
|
||||
max-line-length = 79
|
||||
|
|
Loading…
Reference in a new issue