diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-09 13:23:53 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-10 16:33:37 -0700 |
commit | bf1072c9022cd161b9cc4860e5403a463bc0e05b (patch) | |
tree | 67c405d88312d151a65111fbece886084c706eef /.flake8 | |
parent | 8061deb883c84016f282f7e388c3c019af86b4ca (diff) | |
download | spack-bf1072c9022cd161b9cc4860e5403a463bc0e05b.tar.gz spack-bf1072c9022cd161b9cc4860e5403a463bc0e05b.tar.bz2 spack-bf1072c9022cd161b9cc4860e5403a463bc0e05b.tar.xz spack-bf1072c9022cd161b9cc4860e5403a463bc0e05b.zip |
Make Spack core PEP8 compliant.
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |