Skip to content

Commit ebd5829

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.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12)
1 parent 9cd6614 commit ebd5829

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
@@ -23,7 +23,7 @@ repos:
2323
language_version: python3.11
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.19.1
26+
rev: v3.20.0
2727
hooks:
2828
- id: pyupgrade
2929
args:
@@ -36,7 +36,7 @@ repos:
3636
name: isort (python)
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.11.8
39+
rev: v0.11.12
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

0 commit comments

Comments
 (0)