We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7c8e4 commit 044f3c7Copy full SHA for 044f3c7
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
exclude_types: ['markdown']
@@ -21,7 +21,7 @@ repos:
21
# Suppress SyntaxWarning about invalid escape sequence from calitp-data-infra dependency without modifying source
22
entry: env PYTHONWARNINGS="ignore::SyntaxWarning" flake8
23
- repo: https://github.com/psf/black
24
- rev: 23.1.0
+ rev: 25.9.0
25
26
- id: black
27
args: ["--config=./pyproject.toml"]
0 commit comments