pin black

This commit is contained in:
Will McGugan
2024-01-29 17:13:20 +00:00
parent bf06f7577f
commit 5fa128e08e
15 changed files with 40 additions and 32 deletions

View File

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