Skip to content

Commit f4bd67b

Browse files
[pre-commit.ci] pre-commit autoupdate (#8669)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.265](astral-sh/ruff-pre-commit@v0.0.263...v0.0.265) - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.265](astral-sh/ruff-pre-commit@v0.0.263...v0.0.265) - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8776ba0 commit f4bd67b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ repos:
1616
doc/data/messages/m/missing-final-newline/bad.py|
1717
)$
1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: "v0.0.263"
19+
rev: "v0.0.265"
2020
hooks:
2121
- id: ruff
2222
args: ["--fix"]
2323
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: "v0.0.263"
25+
rev: "v0.0.265"
2626
hooks:
2727
- id: ruff
2828
name: ruff-doc
@@ -36,7 +36,7 @@ repos:
3636
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3737
types: [python]
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.3.2
39+
rev: v3.4.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]

0 commit comments

Comments
 (0)