Skip to content

Commit d8935f2

Browse files
authored
Pre-commit autoupdate. (#169)
1 parent 47db640 commit d8935f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# See https://pre-commit.com/hooks.html for info on hooks
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-ast
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.10.0
17+
rev: 24.10.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.12.0
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.1.0
25+
rev: 7.1.1
2626
hooks:
2727
- id: flake8

0 commit comments

Comments
 (0)