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 5c9d25b commit 6164a02Copy full SHA for 6164a02
.pre-commit-config.yaml
@@ -12,16 +12,16 @@ repos:
12
- id: check-yaml
13
- id: check-toml
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.14.1
+ rev: v0.14.4
16
hooks:
17
- id: ruff
18
args: [--fix]
19
- repo: https://github.com/psf/black-pre-commit-mirror
20
- rev: 25.9.0
+ rev: 25.11.0
21
22
- id: black-jupyter
23
- repo: https://github.com/keewis/blackdoc
24
- rev: v0.4.4
+ rev: v0.4.5
25
26
- id: blackdoc
27
additional_dependencies: ["black==25.9.0"]
0 commit comments