Skip to content

Commit

Permalink
specify version of black
Browse files Browse the repository at this point in the history
  • Loading branch information
liberty-rising committed Jan 29, 2024
1 parent df85c02 commit 090ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.8'

- name: Install dependencies
run: pip install black flake8 mypy isort
run: pip install black==23.11.10 flake8 mypy isort

- name: Check Python code formatting with Black
run: black --check --exclude backend/alembic/versions backend/
Expand Down

0 comments on commit 090ceb8

Please sign in to comment.