Skip to content

Commit 38a76d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.3...v0.9.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent ef28661 commit 38a76d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.8.3
6+
rev: v0.9.1
77
hooks:
88
# Run the linter.
99
- id: ruff
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: debug-statements
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.19.0
27+
rev: v3.19.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py3-plus, --py311-plus]

0 commit comments

Comments
 (0)