Skip to content

Commit

Permalink
📌 Pin black
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Nov 3, 2023
1 parent 7611d88 commit aa1c230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: |
pip install black
pip install black==22.12.0
- name: Run black
run: |
black --check token_exchange tests
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tests_require =
pytest
pytest-django
isort
black
black==22.12.0
flake8
zgw_consumers

Expand All @@ -47,7 +47,7 @@ tests =
pytest
pytest-django
isort
black
black==22.12.0
flake8
pep8 = flake8
coverage = pytest-cov
Expand Down

0 comments on commit aa1c230

Please sign in to comment.