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:
Todd Gamblin 2016-05-10 08:58:30 -07:00
parent 1a563c2b31
commit c90ecc6847

View File

@ -1,3 +1,3 @@
[flake8]
ignore = W391,F403,E221
ignore = W391,F403,E221,F821
max-line-length = 79