Skip to content

Commit

Permalink
ci: fix black formatter by pinning click dependency version (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansiegel committed Mar 31, 2022
1 parent bd2ad19 commit 5c80376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
black==19.10b0
click==8.0.4 # can be removed after switching to black >=22.3.0 (https://github.com/psf/black/issues/2964)
coverage==5.3
pylint==2.4.4
pytest==5.4.2
Expand Down

0 comments on commit 5c80376

Please sign in to comment.