Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-19 | style: make core comply with pep8-naming | Todd Gamblin | 1 | -1/+4 | |
2017-10-24 | flake8: no wildcards in core; only `import *` from spack in packages | Todd Gamblin | 1 | -9/+4 | |
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. | |||||
2017-04-25 | Properly ignore flake8 F811 redefinition errors (#3932) | Adam J. Stewart | 1 | -2/+2 | |
* Properly ignore flake8 F811 redefinition errors * Add unit tests for flake8 command * Allow spack flake8 to work on systems with older git * Skip flake8 unit tests for Python 2.6 and 3.3 | |||||
2016-08-30 | Some flake8 settings weren't documented | Adam J. Stewart | 1 | -4/+7 | |
2016-08-10 | Make Spack core PEP8 compliant. | Todd Gamblin | 1 | -1/+1 | |
2016-06-16 | flake8: ignore F405 | alalazo | 1 | -1/+1 | |
2016-05-26 | Added a style checking exemption for lambda expressions. | Joseph Ciurej | 1 | -1/+4 | |
2016-05-11 | format .flake8 more nicely. | Todd Gamblin | 1 | -7/+15 | |
2016-05-11 | Use just one flake8 file; mark package.py files to avoid E501 w/url. | Todd Gamblin | 1 | -0/+12 | |