diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2024-01-27 16:15:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 16:15:35 +0100 |
commit | 2b51980904933f8275e9a60f164a0bc6b2eda070 (patch) | |
tree | a60a13182b3f8321d7c218ac182fc8862d05e2de /.github | |
parent | 1865e228c4f6bd3cdafe175eb37eaa70147a065d (diff) | |
download | spack-2b51980904933f8275e9a60f164a0bc6b2eda070.tar.gz spack-2b51980904933f8275e9a60f164a0bc6b2eda070.tar.bz2 spack-2b51980904933f8275e9a60f164a0bc6b2eda070.tar.xz spack-2b51980904933f8275e9a60f164a0bc6b2eda070.zip |
Apply black 2024 style to Spack (#42317)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/style/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/style/requirements.txt b/.github/workflows/style/requirements.txt index d662c32fb0..a7a7ad9ac2 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -1,4 +1,4 @@ -black==23.12.1 +black==24.1.0 clingo==5.6.2 flake8==7.0.0 isort==5.13.2 |