Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-31 | black: reformat entire repository with black | Todd Gamblin | 1 | -5/+3 | |
2022-07-31 | black: clean up noqa comments from most of the code | Todd Gamblin | 1 | -1/+1 | |
Many noqa's in the code are no longer necessary now that the column limit is 99 characters. Others can easily be eliminated, and still more can just be made more specific if they do not have to do with line length. The only E501's still in the code are in the tests for `spack.util.path` and the tests for `spack style`. | |||||
2022-03-17 | Relocate spack_cmd and scripts from installer to root bin (#24651) | John W. Parent | 1 | -0/+20 | |
Relocate spack_cmd and scripts from installer to root bin Refactor documentation, installer, and launcher to facilitate that change |