Skip to content

Commit

Permalink
Pin black version (#332)
Browse files Browse the repository at this point in the history
Pin black version and fix CI job.
  • Loading branch information
Alex-Izquierdo authored Feb 1, 2023
1 parent 331df54 commit 96c08e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: black
uses: psf/black@stable
with:
version: "22.12.0"

common-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: black
uses: psf/black@stable
with:
version: "22.12.0"

common-tests:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
flake8==5.0.4
flake8-bugbear
isort
black
black==22.12.0

0 comments on commit 96c08e3

Please sign in to comment.