Skip to content

Commit 532e957

Browse files
committed
pre-commit autoupdate
1 parent 6f8d0c8 commit 532e957

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,11 +11,11 @@ repos:
1111
- id: check-yaml
1212
- id: check-toml
1313
- repo: https://github.com/akaihola/darker
14-
rev: v2.1.0
14+
rev: v2.1.1
1515
hooks:
1616
- id: darker
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.2
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
name: isort (python)

0 commit comments

Comments
 (0)