Skip to content

Commit 48873e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.2...v0.14.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 80b7e5a commit 48873e8

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
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.13.2
6+
rev: v0.14.0
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.20.0
27+
rev: v3.21.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py3-plus, --py311-plus]

0 commit comments

Comments
 (0)