diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2022-07-24 17:00:10 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2022-07-31 13:29:20 -0700 |
commit | 549ba1ed32372c67fc57271cde3797d58b7dec6e (patch) | |
tree | 04ce5f7d2c3b4407b76ecb1f865d237aa7880bae /bin | |
parent | 156af2a60ab61bb8c03fbe23a52d8ee25c504b23 (diff) | |
download | spack-549ba1ed32372c67fc57271cde3797d58b7dec6e.tar.gz spack-549ba1ed32372c67fc57271cde3797d58b7dec6e.tar.bz2 spack-549ba1ed32372c67fc57271cde3797d58b7dec6e.tar.xz spack-549ba1ed32372c67fc57271cde3797d58b7dec6e.zip |
black: fix style check package and flake8 formatting for black
Black will automatically fix a lot of the exceptions we previously allowed for
directives, so we don't need them in our custom `flake8_formatter` anymore.
- [x] remove `E501` (long line) exceptions for directives from `flake8_formatter`,
as they won't help us now.
- [x] Refine exceptions for long URLs in the `flake8_formatter`.
- [x] Adjust the mock `flake8-package` to exhibit the exceptions we still allow.
- [x] Update style tests for new `flake8-package`.
- [x] Blacken style test.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions