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 77b4f48 commit e1a3443Copy full SHA for e1a3443
.pre-commit-config.yaml
@@ -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.3"
54
hooks:
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.0"
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.0"
80
81
- id: check-dependabot
82
- id: check-github-workflows
0 commit comments