Skip to content

Commit fcb1c4c

Browse files
[pre-commit.ci] pre-commit autoupdate (#635)
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.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 995d27a commit fcb1c4c

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
@@ -53,7 +53,7 @@ repos:
5353
# Pyupgrade is a code upgrade tool
5454
# It works on files in-place
5555
- repo: https://github.com/asottile/pyupgrade
56-
rev: v3.20.0
56+
rev: v3.21.0
5757
hooks:
5858
- id: pyupgrade
5959
args: [--py310-plus]
@@ -68,7 +68,7 @@ repos:
6868
# Ruff is a code style and formatter
6969
# It works on files in-place
7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.13.3
71+
rev: v0.14.0
7272
hooks:
7373
- id: ruff-check
7474
name: ruff

0 commit comments

Comments
 (0)