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 7a36fbd commit 8bf0bf3Copy full SHA for 8bf0bf3
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: trailing-whitespace # Trims trailing whitespace
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.11.7
+ rev: v0.12.2
19
hooks:
20
- id: ruff
21
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
32
- id: rst-inline-touching-normal # detect mistake of inline code touching normal text in rst
33
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.19.1
+ rev: v3.20.0
36
37
- id: pyupgrade
38
args: ['--py39-plus']
0 commit comments