Skip to content

Commit

Permalink
💚 Pin click in pre-commit black
Browse files Browse the repository at this point in the history
See psf/black#2964

To be replaced by an update of black et al in dev branches.
  • Loading branch information
foosel committed Mar 29, 2022
1 parent 772f9f9 commit 76e87ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ repos:
hooks:
- id: black
args: ["--config", "black.toml"]
additional_dependencies:
- click==8.0.4
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
hooks:
Expand Down

0 comments on commit 76e87ba

Please sign in to comment.