We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb5a75 commit 2b49a01Copy full SHA for 2b49a01
.pre-commit-config.yaml
@@ -30,11 +30,11 @@ repos:
30
files: ^.pre-commit-config.yaml
31
- id: trailing-whitespace
32
- repo: https://github.com/abravalheri/validate-pyproject
33
- rev: v0.18
+ rev: v0.19
34
hooks:
35
- id: validate-pyproject
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.4.9
+ rev: v0.6.1
38
39
- id: ruff
40
args: [--fix, --show-fixes]
@@ -56,7 +56,7 @@ repos:
56
- id: rst-inline-touching-normal
57
- id: text-unicode-replacement-char
58
- repo: https://github.com/asottile/pyupgrade
59
- rev: v3.16.0
+ rev: v3.17.0
60
61
- id: pyupgrade
62
args: [--py38-plus]
0 commit comments