Skip to content

Commit 26f72ee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2)
1 parent d492a2f commit 26f72ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: rst-directive-colons
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.19.1
34+
rev: v3.20.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [ --py38-plus ]
@@ -66,7 +66,7 @@ repos:
6666
args: [ '--futures=true' ]
6767

6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: "v0.11.4"
69+
rev: "v0.12.2"
7070
hooks:
7171
- id: ruff
7272
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)