[pre-commit.ci] pre-commit autoupdate (#627) · pypa/wheel@3d3916a (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@ repos:
18 18 - id: trailing-whitespace
19 19
20 20 - repo: https://github.com/astral-sh/ruff-pre-commit
21 -rev: v0.4.3
21 +rev: v0.5.0
22 22 hooks:
23 23 - id: ruff
24 24 args: [--fix, --show-fixes]
25 25 - id: ruff-format
26 26
27 27 - repo: https://github.com/codespell-project/codespell
28 -rev: v2.2.6
28 +rev: v2.3.0
29 29 hooks:
30 30 - id: codespell
31 31