mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
pin black
This commit is contained in:
2
.github/workflows/black_format.yml
vendored
2
.github/workflows/black_format.yml
vendored
@@ -17,6 +17,6 @@ jobs:
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install black
|
||||
run: python -m pip install black
|
||||
run: python -m pip install black==24.1.1
|
||||
- name: Run black
|
||||
run: black --check src
|
||||
|
||||
Reference in New Issue
Block a user