Skip to content

Commit 044f3c7

Browse files
author
V
committed
fix(precommit): update version
1 parent be7c8e4 commit 044f3c7

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude_types: ['markdown']
@@ -21,7 +21,7 @@ repos:
2121
# Suppress SyntaxWarning about invalid escape sequence from calitp-data-infra dependency without modifying source
2222
entry: env PYTHONWARNINGS="ignore::SyntaxWarning" flake8
2323
- repo: https://github.com/psf/black
24-
rev: 23.1.0
24+
rev: 25.9.0
2525
hooks:
2626
- id: black
2727
args: ["--config=./pyproject.toml"]

0 commit comments

Comments
 (0)