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 f8e1b5f commit b861901Copy full SHA for b861901
.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.5.7
+ rev: v0.6.1
62
hooks:
63
- id: ruff
64
- id: ruff-format
@@ -75,7 +75,7 @@ repos:
75
additional_dependencies:
76
- tomli
77
- repo: https://github.com/abravalheri/validate-pyproject
78
- rev: v0.18
+ rev: v0.19
79
80
- id: validate-pyproject
81
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments