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 ac00c51 commit 12499aaCopy full SHA for 12499aa
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.11.4
+ rev: v0.12.2
4
hooks:
5
- id: ruff
6
args: [--fix, --exit-non-zero-on-fix]
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/python-jsonschema/check-jsonschema
23
- rev: 0.32.1
+ rev: 0.33.2
24
25
- id: check-github-workflows
26
@@ -35,7 +35,7 @@ repos:
35
- id: check-useless-excludes
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.15.0
+ rev: v1.16.1
39
40
- id: mypy
41
additional_dependencies: [types-docutils, types-polib>=1.2.0.20250114, types-requests]
0 commit comments