Skip to content

Commit dbae39e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.0...v0.14.2)
1 parent c0f6824 commit dbae39e

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
@@ -20,13 +20,13 @@ repos:
2020
- id: check-json
2121
- id: check-added-large-files
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.20.0
23+
rev: v3.21.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py39-plus]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.13.0
29+
rev: v0.14.2
3030
hooks:
3131
# Run the linter.
3232
- id: ruff

0 commit comments

Comments
 (0)