Skip to content

Commit

Permalink
Pin Black (#1888)
Browse files Browse the repository at this point in the history
* Pin black to v21.12b0

* Update 'black-check' workflow
  • Loading branch information
atharva-2001 authored Feb 2, 2022
1 parent 60b76ef commit c705946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.x

- name: Install Black
run: pip install black
run: pip install black==21.12b0

- name: Run Black
run: black --check tardis
2 changes: 1 addition & 1 deletion tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies:
- coverage

# Code quality
- black
- black=21.12b0

# Other
- git-lfs
Expand Down

0 comments on commit c705946

Please sign in to comment.