Skip to content

Commit 50623e6

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.7 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.7...v0.11.11)
1 parent 4519101 commit 50623e6

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
@@ -42,7 +42,7 @@ repos:
4242
- id: check-yaml
4343
- id: check-toml
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.19.1
45+
rev: v3.20.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
@@ -63,7 +63,7 @@ repos:
6363
- id: doc8
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
6565
# Ruff version.
66-
rev: v0.11.7
66+
rev: v0.11.11
6767
hooks:
6868
- id: ruff
6969
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)