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 d301330 commit 94c7b61Copy full SHA for 94c7b61
.pre-commit-config.yaml
@@ -12,19 +12,19 @@ repos:
12
- id: check-yaml
13
- id: check-toml
14
- repo: https://github.com/psf/black-pre-commit-mirror
15
- rev: 24.10.0
+ rev: 25.1.0
16
hooks:
17
- id: black
18
- id: black-jupyter
19
- repo: https://github.com/keewis/blackdoc
20
rev: v0.3.9
21
22
- id: blackdoc
23
- additional_dependencies: ["black==24.10.0"]
+ additional_dependencies: ["black==25.1.0"]
24
- id: blackdoc-autoupdate-black
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
# Ruff version.
27
- rev: v0.9.2
+ rev: v0.9.10
28
29
- id: ruff
30
args: ["--fix", "--show-fixes"]
0 commit comments