Skip to content

Commit c468d32

Browse files
committed
Fix click and black versions
1 parent b81332f commit c468d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
repos:
66
- repo: https://github.com/python/black
7-
rev: 22.3.0
7+
rev: 22.1.0
88
hooks:
99
- id: black
10+
additional_dependencies: ['click==8.0.4']
1011
- repo: https://github.com/fsfe/reuse-tool
1112
rev: v0.12.1
1213
hooks:

0 commit comments

Comments
 (0)