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:
@@ -1,3 +1,3 @@
|
||||
[flake8]
|
||||
ignore = W391,F403,E221
|
||||
ignore = W391,F403,E221,F821
|
||||
max-line-length = 79
|
||||
|
||||
Reference in New Issue
Block a user