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 de48513 commit 0d7f721Copy full SHA for 0d7f721
1 file changed
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: trailing-whitespace
23
24
- repo: https://github.com/python-jsonschema/check-jsonschema
25
- rev: 0.31.2
+ rev: 0.31.3
26
hooks:
27
- id: check-github-workflows
28
@@ -74,7 +74,7 @@ repos:
74
- id: rst-inline-touching-normal
75
76
- repo: https://github.com/astral-sh/ruff-pre-commit
77
- rev: v0.9.9
+ rev: v0.9.10
78
79
- id: ruff
80
types_or: [python, jupyter]
0 commit comments