We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25b308 commit fedfcbbCopy full SHA for fedfcbb
.pre-commit-config.yaml
@@ -72,7 +72,7 @@ repos:
72
# Python: lint and format code
73
# https://github.com/astral-sh/ruff-pre-commit
74
- repo: https://github.com/astral-sh/ruff-pre-commit
75
- rev: v0.9.4
+ rev: v0.11.0
76
hooks:
77
- id: ruff
78
args:
@@ -91,6 +91,6 @@ repos:
91
# Python: check project (i.e. `pyproject.toml`)
92
# https://github.com/abravalheri/validate-pyproject
93
- repo: https://github.com/abravalheri/validate-pyproject
94
- rev: v0.23
+ rev: v0.24
95
96
- id: validate-pyproject
0 commit comments