Skip to content

Commit 76b6755

Browse files
committed
Use newer black version
1 parent 816bf03 commit 76b6755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get install -qq dos2unix recode clang-format-11
2121
sudo update-alternatives --remove-all clang-format
2222
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-11 100
23-
sudo pip3 install black==20.8b1 pygments
23+
sudo pip3 install black==22.3.0 pygments
2424
- name: File formatting checks (file_format.sh)
2525
run: |
2626
bash ./misc/scripts/file_format.sh

0 commit comments

Comments
 (0)