We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb5a75 commit adb7266Copy full SHA for adb7266
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-ast
@@ -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.22
34
35
- id: validate-pyproject
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.4.9
+ rev: v0.7.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.19.0
60
61
- id: pyupgrade
62
args: [--py38-plus]
0 commit comments