Skip to content

Commit

Permalink
CI: pin black version
Browse files Browse the repository at this point in the history
  • Loading branch information
brey committed Apr 26, 2021
1 parent 3389289 commit c857689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_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 Python dependencies"
run: "pip install black"
run: "pip install black==20.8b1"

- name: "Run linters"
run: "black --check ./"

0 comments on commit c857689

Please sign in to comment.