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 8aaed98 commit 3aedde6Copy full SHA for 3aedde6
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
- -d
59
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.11.8
+ rev: v0.11.12
62
hooks:
63
- id: ruff
64
- id: ruff-format
@@ -79,7 +79,7 @@ repos:
79
80
- id: validate-pyproject
81
- repo: https://github.com/pre-commit/mirrors-mypy
82
- rev: v1.15.0
+ rev: v1.16.0
83
84
- id: mypy
85
args: ["--config-file", "pyproject.toml"]
0 commit comments