Add F821 to ignore list.
- Consider removing this once names like `cmake` and `configure` are moved to a sensible namespace.
This commit is contained in:
parent
1a563c2b31
commit
c90ecc6847
@ -1,3 +1,3 @@
|
||||
[flake8]
|
||||
ignore = W391,F403,E221
|
||||
ignore = W391,F403,E221,F821
|
||||
max-line-length = 79
|
||||
|
Loading…
Reference in New Issue
Block a user