Skip to content

Commit 65aa748

Browse files
[pre-commit.ci] pre-commit autoupdate (#2891)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2620d3f commit 65aa748

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.14.5"
13+
rev: "v0.14.6"
1414
hooks:
1515
- id: ruff-check
1616
args: ["--fix"]
@@ -22,7 +22,7 @@ repos:
2222
exclude: tests/testdata|setup.py
2323
types: [python]
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.21.1
25+
rev: v3.21.2
2626
hooks:
2727
- id: pyupgrade
2828
exclude: tests/testdata

0 commit comments

Comments
 (0)