diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-10-23 14:57:46 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-10-24 10:05:36 +0200 |
commit | 7757ebc0bc5b46cb3cfa41e5bebd4754978fd3b0 (patch) | |
tree | 2fdefbf27a3b392aedb6323d013bb842c8fe304c /.coveragerc | |
parent | beab0cb92e61ba4e33124ff17f244c121973117d (diff) | |
download | spack-7757ebc0bc5b46cb3cfa41e5bebd4754978fd3b0.tar.gz spack-7757ebc0bc5b46cb3cfa41e5bebd4754978fd3b0.tar.bz2 spack-7757ebc0bc5b46cb3cfa41e5bebd4754978fd3b0.tar.xz spack-7757ebc0bc5b46cb3cfa41e5bebd4754978fd3b0.zip |
flake8: no wildcards in core; only `import *` from spack in packages
There are now separate flake8 configs for core vs. packages:
- core has a smaller set of flake8 exceptions
- packages allow `from spack import *` and module globals
- Allows core to take advantage of static checking for undefined names
- Allows packages to keep using Spack tricks like `from spack import *`
and dependencies setting globals for dependents.
Diffstat (limited to '.coveragerc')
0 files changed, 0 insertions, 0 deletions