Skip to content

Commit 01d85fa

Browse files
pre-commit: autoupdate hook versions (#103)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 84c59c4 commit 01d85fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://pre-commit.com/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v3.4.0
4+
rev: v4.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
1414
- id: isort
1515
# https://github.com/python/black#version-control-integration
1616
- repo: https://github.com/python/black
17-
rev: 21.5b0
17+
rev: 21.5b1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/keewis/blackdoc

0 commit comments

Comments
 (0)