summaryrefslogtreecommitdiff
path: root/bin/haspywin.py
AgeCommit message (Collapse)AuthorFilesLines
2022-07-31black: reformat entire repository with blackTodd Gamblin1-5/+3
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-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-17Relocate spack_cmd and scripts from installer to root bin (#24651)John W. Parent1-0/+20
Relocate spack_cmd and scripts from installer to root bin Refactor documentation, installer, and launcher to facilitate that change