We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51262cf commit 2acfc37Copy full SHA for 2acfc37
.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.8.4
+ rev: v0.8.6
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.14.0
+ rev: v1.14.1
83
84
- id: mypy
85
args: ["--config-file", "pyproject.toml"]
0 commit comments