diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-05-11 01:16:41 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-05-11 01:16:41 -0700 |
commit | d7847ff7685a52670a9d01cf39bd44eff1a57684 (patch) | |
tree | b65724924804e99f4a8082d49c0d1d7fbeaf307e /share | |
parent | 2aa4387ebac307285c1b2c90bc6527b82fe83839 (diff) | |
download | spack-d7847ff7685a52670a9d01cf39bd44eff1a57684.tar.gz spack-d7847ff7685a52670a9d01cf39bd44eff1a57684.tar.bz2 spack-d7847ff7685a52670a9d01cf39bd44eff1a57684.tar.xz spack-d7847ff7685a52670a9d01cf39bd44eff1a57684.zip |
Use just one flake8 file; mark package.py files to avoid E501 w/url.
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/qa/flake8-framework | 10 | ||||
-rw-r--r-- | share/spack/qa/flake8-packages | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/share/spack/qa/flake8-framework b/share/spack/qa/flake8-framework deleted file mode 100644 index b1ad00b80f..0000000000 --- a/share/spack/qa/flake8-framework +++ /dev/null @@ -1,10 +0,0 @@ -# -*- conf -*- -[flake8] -# Descriptions of ignored checks: -# -# E221: multiple spaces before operator -# E241: multiple spaces after ‘,’ -# F403: disable wildcard import -# -ignore = E221,E241,F403 -max-line-length = 79 diff --git a/share/spack/qa/flake8-packages b/share/spack/qa/flake8-packages deleted file mode 100644 index 0e5be249fb..0000000000 --- a/share/spack/qa/flake8-packages +++ /dev/null @@ -1,11 +0,0 @@ -# -*- conf -*- -[flake8] -# Descriptions of ignored checks: -# -# E221: multiple spaces before operator -# E241: multiple spaces after ‘,’ -# F403: disable wildcard import -# F821: undefined name (needed for build commands) -# -ignore = E221,E241,F403,F821 -max-line-length = 79 |