diff options
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ max-line-length = 99 # per-file-ignores = var/spack/repos/*/package.py:F403,F405,F821 + *-ci-package.py:F403,F405,F821 # exclude things we usually do not want linting for. # These still get linted when passed explicitly, as when spack flake8 passes |