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.
2 parents ee10759 + 44befb6 commit 2604ddbCopy full SHA for 2604ddb
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
6
repos:
7
- repo: https://github.com/psf/black-pre-commit-mirror
8
- rev: "24.10.0"
+ rev: "25.1.0"
9
hooks:
10
- id: black-jupyter
11
@@ -46,7 +46,7 @@ repos:
46
args: [--prose-wrap=always]
47
48
- repo: https://github.com/astral-sh/ruff-pre-commit
49
- rev: "v0.8.6"
+ rev: "v0.9.4"
50
51
- id: ruff
52
args: ["--fix", "--show-fixes"]
@@ -68,7 +68,7 @@ repos:
68
- click
69
70
- repo: https://github.com/codespell-project/codespell
71
- rev: "v2.3.0"
+ rev: "v2.4.1"
72
73
- id: codespell
74
0 commit comments