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 9698e04 commit 3829d0cCopy full SHA for 3829d0c
.pre-commit-config.yaml
@@ -3,21 +3,21 @@ ci:
3
4
repos:
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.19.1
+ rev: v3.20.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py310-plus"]
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
# Ruff version.
13
- rev: 'v0.11.4'
+ rev: 'v0.12.2'
14
15
- id: ruff
16
args: ["--fix", "--show-fixes"]
17
- id: ruff-format
18
19
- repo: https://github.com/rstcheck/rstcheck
20
- rev: v6.2.4
+ rev: v6.2.5
21
22
- id: rstcheck
23
additional_dependencies: [sphinx, tomli]
0 commit comments