Merge pull request #54547 from akien-mga/ci-black-21.10b0

This commit is contained in:
Rémi Verschelde 2021-11-03 14:52:44 +01:00 committed by GitHub
commit 44dc437823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |