Skip to content

Commit

Permalink
lint: pin black's click dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Mar 29, 2022
1 parent dc00021 commit c836cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ repos:
- id: black
name: black
entry: black
language: system
language: python
stages: [commit]
types: [python]
additional_dependencies: ["click==8.0.4"]

- id: codespell
name: codespell
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
click==8.0.4
mypy==0.941
flake8==4.0.1
black==22.1.0
Expand Down

0 comments on commit c836cf7

Please sign in to comment.