summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/style.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-29Revert "Add style tool to fix fish file formatting (#39155)" (#39680)Harmen Stoppels1-25/+10
2023-08-28Add style tool to fix fish file formatting (#39155)Adam J. Stewart1-10/+25
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-34/+8
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-10style: Run mypy last (#34687)Jonathon Anderson1-1/+1
2022-12-29docs: avoid errors by using type hints instead of doc types (#34707)Todd Gamblin1-0/+11
2022-12-28Consolidate how Spack uses `git` (#34700)Todd Gamblin1-1/+2
2022-12-06Bootstrap most of Spack dependencies using environments (#34029)Massimiliano Culpo1-31/+28
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-21/+2
2022-07-31style: simplify arguments with `--tool TOOL` and `--skip TOOL`Todd Gamblin1-38/+50
2022-07-31black: break up long strings that black cannot fixTodd Gamblin1-1/+1
2022-07-31black: configurationTodd Gamblin1-37/+52
2022-06-13Fix spack style arbitrary git rev as base (#31019)Jordan Galby1-4/+4
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-19/+38
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-18Refactor bootstrap of "spack style" dependencies (#27485)Massimiliano Culpo1-29/+22
2021-08-11Switch to settings option used in latest *and* oldest listed version (#25340)Tamara Dahlgren1-1/+1
2021-07-27bugfix: be careful about GITHUB_BASE_REF in `spack style`Todd Gamblin1-8/+11
2021-07-27`spack style`: add `--root` option (#25085)Todd Gamblin1-42/+95
2021-07-24`spack style`: automatically bootstrap dependenciesvsoch1-8/+20
2021-07-07style: get close to full coverage of `spack style`Todd Gamblin1-18/+30
2021-07-07style: clean up and restructure `spack style` commandTodd Gamblin1-93/+77
2021-07-07style: Move isort configuration to pyproject.tomlTodd Gamblin1-4/+0
2021-07-07style: add support for `isort` and `--fix`Danny McClanahan1-9/+55
2021-06-29spack style: warn if flake8-import-order is missing (#24590)Adam J. Stewart1-4/+7
2021-05-15some fixes for command help strings (#23658)Todd Gamblin1-4/+1
2021-01-22use module and package flags to get more correct mypy behavior (#21225)Tom Scogland1-28/+16
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-23style: ensure that all packages pass `spack style -a`Todd Gamblin1-0/+2
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-0/+330