flake8: make entire repository pass spack flake8 -a

- Fix trailing whitespace missed by the bug described in #12755.

- Fix other style issues that have crept in over time (this can happen
  when flake8 adds new checks with new versions)
This commit is contained in:
Todd Gamblin
2019-09-07 19:27:51 -07:00
parent 0ec80e8f16
commit a2220f3150
69 changed files with 346 additions and 337 deletions

View File

@@ -33,14 +33,12 @@ class CcsQcd(MakefilePackage):
version('master', branch='master')
version('1.2.1', commit='d7c6b6923f35a824e997ba8db5bd12dc20dda45c')
variant(
'class', values=int, default=1,
description='This miniapp has five problem classes, for which the' +
' first three are relatively small problems just for testing' +
' this miniapp itself. The remaining two are the target problem' +
variant('class', values=int, default=1,
description='This miniapp has five problem classes, for which the'
' first three are relatively small problems just for testing'
' this miniapp itself. The remaining two are the target problem'
' sizes for the HPCI FS evaluation.',
multi=False, validator=class_validator
)
multi=False, validator=class_validator)
depends_on('mpi')