Skip to content

Commit 07edce4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2)
1 parent 7d61f7d commit 07edce4

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
@@ -2,7 +2,7 @@ exclude: "docs"
22
repos:
33

44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.14.5
5+
rev: v0.14.6
66
hooks:
77
- id: ruff-check
88
args: [ --fix ]
@@ -16,7 +16,7 @@ repos:
1616
- id: debug-statements
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.21.1
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py38-plus]

0 commit comments

Comments
 (0)