Skip to content

Commit 49feb4d

Browse files
[pre-commit.ci] pre-commit autoupdate (#653)
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 bee70f7 commit 49feb4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
args: [--markdown-linebreak-ext=md]
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.20.0
39+
rev: v3.21.0
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py310-plus"]
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.13.3
56+
rev: v0.14.0
5757
hooks:
5858
- id: ruff-check
5959
name: ruff

0 commit comments

Comments
 (0)