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 ad4459e commit 8f3732cCopy full SHA for 8f3732c
.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.12.7
+ rev: v0.12.11
6
hooks:
7
- id: ruff
8
- id: ruff-format
9
- repo: https://github.com/python-jsonschema/check-jsonschema
10
- rev: 0.33.2
+ rev: 0.33.3
11
12
- id: check-github-workflows
13
- id: check-readthedocs
0 commit comments