summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-04-05 17:43:12 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-04-05 17:43:12 +0200
commit77843355a04361c4a770f870e9406d4a748fb0ca (patch)
treeb856c730dbf09560d464dd1dc16328e6bbaa11a4 /.github
parent9caba190955cb9687074a1a176ee0947084d031e (diff)
CI: Update black formatter and apply changes
Diffstat (limited to '.github')
-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 724bebbd13..5531509007 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 libxml2-utils
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==21.10b0 pygments
+ sudo pip3 install black==22.3.0 pygments
- name: File formatting checks (file_format.sh)
run: |