Age | Commit message (Expand) | Author | Files | Lines |
2021-07-07 | style: Move isort configuration to pyproject.toml | Todd Gamblin | 1 | -4/+0 |
2021-06-28 | Use flake8-import-order to enforce PEP-8 compliance (#23947) | Adam J. Stewart | 1 | -0/+4 |
2020-12-22 | add mypy to style checks; rename `spack flake8` to `spack style` (#20384) | Tom Scogland | 1 | -2/+10 |
2020-12-22 | Refactor flake8 handling and tool compatibility (#20376) | Tom Scogland | 1 | -0/+33 |
2019-05-16 | flake8: add exceptions for overly pedantic camelcase rules from pep8-naming (... | Todd Gamblin | 1 | -1/+3 |
2019-01-21 | Typo fixes in .flake8 comments (#10399) | Adam J. Stewart | 1 | -7/+13 |
2018-10-25 | flake8: explicitly allow line break before or after binary operator (#9627) | Massimiliano Culpo | 1 | -1/+1 |
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 |
2017-04-25 | Properly ignore flake8 F811 redefinition errors (#3932) | Adam J. Stewart | 1 | -2/+2 |
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 |