mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Style: Fix black formatting after #42332
Somehow it did not run CI checks so we missed that one. Also pin `black` version to latest upstream release.
This commit is contained in:
parent
ed91d3efeb
commit
41c735fe50
2 changed files with 2 additions and 4 deletions
2
.github/workflows/static_checks.yml
vendored
2
.github/workflows/static_checks.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -qq dos2unix recode clang-format
|
||||
sudo pip3 install git+https://github.com/psf/black@master pygments
|
||||
sudo pip3 install black==20.8b1 pygments
|
||||
|
||||
- name: File formatting checks (file_format.sh)
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue