Skip to content

Commit 3829d0c

Browse files
[pre-commit.ci] pre-commit autoupdate (#578)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9698e04 commit 3829d0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.19.1
6+
rev: v3.20.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py310-plus"]
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: 'v0.11.4'
13+
rev: 'v0.12.2'
1414
hooks:
1515
- id: ruff
1616
args: ["--fix", "--show-fixes"]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/rstcheck/rstcheck
20-
rev: v6.2.4
20+
rev: v6.2.5
2121
hooks:
2222
- id: rstcheck
2323
additional_dependencies: [sphinx, tomli]

0 commit comments

Comments
 (0)