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.
2 parents c64b6b0 + 6031cca commit d27981fCopy full SHA for d27981f
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
additional_dependencies: ["python-rapidjson", "jsonschema"]
15
16
- repo: https://github.com/pycqa/flake8
17
- rev: "7.2.0"
+ rev: "7.3.0"
18
hooks:
19
- id: flake8
20
additional_dependencies: [Flake8-pyproject]
21
# stages: [push]
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: "v1.16.0"
+ rev: "v1.16.1"
25
26
- id: mypy
27
exclude: build_helpers
@@ -43,7 +43,7 @@ repos:
43
44
- repo: https://github.com/charliermarsh/ruff-pre-commit
45
# Ruff version.
46
- rev: 'v0.11.13'
+ rev: 'v0.12.0'
47
48
- id: ruff
49
- id: ruff-format
0 commit comments