spack/flake8.ini
Todd Gamblin c90ecc6847 Add F821 to ignore list.
- Consider removing this once names like `cmake` and `configure` are
  moved to a sensible namespace.
2016-05-10 08:58:30 -07:00

3 lines
59 B
INI

[flake8]
ignore = W391,F403,E221,F821
max-line-length = 79