We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4275b5a commit 5875f4fCopy full SHA for 5875f4f
.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.4.1
+ rev: v0.4.2
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.9.0
+ rev: v1.10.0
83
84
- id: mypy
85
args: ["--config-file", "pyproject.toml"]
0 commit comments