Skip to content

Commit 5c71565

Browse files
committed
Fixed pre-commit
1 parent ffae300 commit 5c71565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
repos:
66
- repo: https://github.com/python/black
7-
rev: 19.10b0
7+
rev: 21.6b0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: latest
11+
rev: v0.12.1
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v2.3.0
15+
rev: v4.0.1
1616
hooks:
1717
- id: check-yaml
1818
- id: end-of-file-fixer

0 commit comments

Comments
 (0)