summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-11-03 14:52:44 +0100
committerGitHub <noreply@github.com>2021-11-03 14:52:44 +0100
commit44dc4378230bbfb4c87e0337c4808ad7f559bf96 (patch)
treea82310b6b041336aa8196ad210ed13f72a091f5d
parent87ddc5bbbf66df8a977d6e6c776d36ad852a5930 (diff)
parent5116f32db43450ae3fdb82593859f87da30569ad (diff)
Merge pull request #54547 from akien-mga/ci-black-21.10b0
-rw-r--r--.github/workflows/static_checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml
index e457066c6c..1f8888885a 100644
--- a/.github/workflows/static_checks.yml
+++ b/.github/workflows/static_checks.yml
@@ -27,7 +27,7 @@ jobs:
sudo apt-get install -qq dos2unix recode clang-format-13
sudo update-alternatives --remove-all clang-format
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-13 100
- sudo pip3 install black==20.8b1 pygments
+ sudo pip3 install black==21.10b0 pygments
- name: File formatting checks (file_format.sh)
run: |