We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329cc8d commit 9c01808Copy full SHA for 9c01808
1 file changed
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black-pre-commit-mirror
3
- rev: 24.10.0
+ rev: 25.1.0
4
hooks:
5
- id: black
6
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v5.0.0
+ rev: v6.0.0
9
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
@@ -15,6 +15,6 @@ repos:
15
- id: check-json
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.9.3
+ rev: v0.12.12
19
20
- id: ruff
0 commit comments