We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b4f48 commit f637e44Copy full SHA for f637e44
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
# - slideshow
22
# - --
23
- repo: https://github.com/psf/black
24
- rev: 24.10.0
+ rev: 25.1.0
25
hooks:
26
- id: black
27
- id: black-jupyter
@@ -50,7 +50,7 @@ repos:
50
- id: rst-inline-touching-normal
51
52
- repo: https://github.com/astral-sh/ruff-pre-commit
53
- rev: "v0.8.4"
+ rev: "v0.9.6"
54
55
- id: ruff
56
args: ["--fix", "--show-fixes"]
@@ -70,13 +70,13 @@ repos:
70
args: [--prose-wrap=always]
71
72
- repo: https://github.com/codespell-project/codespell
73
- rev: "v2.3.0"
+ rev: "v2.4.1"
74
75
- id: codespell
76
args: ["-L", "precessing"]
77
78
- repo: https://github.com/python-jsonschema/check-jsonschema
79
- rev: "0.30.0"
+ rev: "0.31.1"
80
81
- id: check-dependabot
82
- id: check-github-workflows
0 commit comments