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 6d8cb1f commit 69eead7Copy full SHA for 69eead7
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ ci:
2
autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.11.4
+ rev: v0.11.8
6
hooks:
7
- id: ruff
8
- id: ruff-format
9
- repo: https://github.com/python-jsonschema/check-jsonschema
10
- rev: 0.32.1
+ rev: 0.33.0
11
12
- id: check-github-workflows
13
- id: check-readthedocs
0 commit comments