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 9009d5e commit 2cbe14aCopy full SHA for 2cbe14a
.pre-commit-config.yaml
@@ -41,14 +41,14 @@ repos:
41
args: [--prose-wrap=always]
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: "v0.5.0"
+ rev: "v0.5.6"
45
hooks:
46
- id: ruff
47
args: ["--fix", "--show-fixes"]
48
- id: ruff-format
49
50
- repo: https://github.com/pre-commit/mirrors-mypy
51
- rev: "v1.10.1"
+ rev: "v1.11.1"
52
53
- id: mypy
54
files: src|tests
@@ -87,7 +87,7 @@ repos:
87
additional_dependencies: ["validate-pyproject-schema-store[all]"]
88
89
- repo: https://github.com/python-jsonschema/check-jsonschema
90
- rev: "0.28.6"
+ rev: "0.29.1"
91
92
- id: check-dependabot
93
- id: check-github-workflows
0 commit comments