We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816bf03 commit 76b6755Copy full SHA for 76b6755
.github/workflows/static_checks.yml
@@ -20,7 +20,7 @@ jobs:
20
sudo apt-get install -qq dos2unix recode clang-format-11
21
sudo update-alternatives --remove-all clang-format
22
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-11 100
23
- sudo pip3 install black==20.8b1 pygments
+ sudo pip3 install black==22.3.0 pygments
24
- name: File formatting checks (file_format.sh)
25
run: |
26
bash ./misc/scripts/file_format.sh
0 commit comments