Skip to content

Commit 84b06bb

Browse files
[pre-commit.ci] pre-commit autoupdate (#9050)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.288 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.288...v0.0.290) - [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](asottile/pyupgrade@v3.10.1...v3.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1054c80 commit 84b06bb

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
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.0.288"
20+
rev: "v0.0.290"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -34,7 +34,7 @@ repos:
3434
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3535
types: [python]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.10.1
37+
rev: v3.11.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py38-plus]

0 commit comments

Comments
 (0)