We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6b81d6 + 53c6d83 commit 908c767Copy full SHA for 908c767
1 file changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: check-yaml
20
21
- repo: https://github.com/psf/black-pre-commit-mirror
22
- rev: 25.9.0
+ rev: 25.11.0
23
hooks:
24
- id: black-jupyter
25
@@ -30,7 +30,7 @@ repos:
30
additional_dependencies: [black==23.9.1]
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.14.3
+ rev: v0.14.7
34
35
- id: ruff
36
args: [--fix]
0 commit comments