Skip to content

Commit

Permalink
chore(pre-commit): pin click for black
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Jul 8, 2022
1 parent 6864994 commit 278736c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ repos:
rev: 19.10b0
hooks:
- id: black
# Pinning click because of https://github.com/psf/black/issues/2964
additional_dependencies: [click==8.0.4]


- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
Expand Down

0 comments on commit 278736c

Please sign in to comment.