summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorbecker33 <becker33@llnl.gov>2016-08-10 17:36:31 -0700
committerGitHub <noreply@github.com>2016-08-10 17:36:31 -0700
commitf59653ac2c9b20ec5954d90fda019c7652644ac9 (patch)
treeb0d6767d3a5c257ca2f75db31f81af84f4b082d9 /.flake8
parent8061deb883c84016f282f7e388c3c019af86b4ca (diff)
parent84e331c58618f2c67da00cbc56f51c75bd61af91 (diff)
downloadspack-f59653ac2c9b20ec5954d90fda019c7652644ac9.tar.gz
spack-f59653ac2c9b20ec5954d90fda019c7652644ac9.tar.bz2
spack-f59653ac2c9b20ec5954d90fda019c7652644ac9.tar.xz
spack-f59653ac2c9b20ec5954d90fda019c7652644ac9.zip
Merge pull request #1496 from LLNL/features/pep8-compliance
PEP8 compliance
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 286522bc48..b178a2da57 100644
--- a/.flake8
+++ b/.flake8
@@ -19,5 +19,5 @@
# - F999: name name be undefined or undefined from star imports.
#
[flake8]
-ignore = E221,E241,E731,F403,F821,F999,F405
+ignore = E129,E221,E241,E272,E731,F403,F821,F999,F405
max-line-length = 79