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 39d391f commit beaf485Copy full SHA for beaf485
.pre-commit-config.yaml
@@ -13,13 +13,13 @@ repos:
13
- id: trailing-whitespace
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: "v0.11.13"
+ rev: "v0.12.0"
17
hooks:
18
- id: ruff
19
args: [--fix, --show-fixes]
20
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: "v1.16.0"
+ rev: "v1.16.1"
23
24
- id: mypy
25
files: src
@@ -32,7 +32,7 @@ repos:
32
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
33
34
- repo: https://github.com/python-jsonschema/check-jsonschema
35
- rev: "0.33.0"
+ rev: "0.33.1"
36
37
- id: check-dependabot
38
- id: check-github-workflows
0 commit comments