Skip to content

Commit 1499dff

Browse files
committed
chore: update pre-commit hooks and version for ruff
1 parent 0d8d076 commit 1499dff

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

prek.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
repo = "https://github.com/pre-commit/pre-commit-hooks"
33
rev = "v6.0.0"
44
hooks = [
5-
{ id = "check-yaml" },
6-
{ id = "check-json" },
7-
{ id = "check-toml" },
8-
{ id = "end-of-file-fixer" },
9-
{ id = "trailing-whitespace" },
10-
{ id = "check-added-large-files", args = [
11-
"--maxkb=4096",
12-
] },
13-
{ id = "check-merge-conflict" },
14-
{ id = "check-case-conflict" },
15-
{ id = "check-vcs-permalinks" },
16-
{ id = "mixed-line-endings" },
5+
{ id = "check-yaml" },
6+
{ id = "check-json" },
7+
{ id = "check-toml" },
8+
{ id = "end-of-file-fixer" },
9+
{ id = "trailing-whitespace" },
10+
{ id = "check-added-large-files", args = [
11+
"--maxkb=4096",
12+
] },
13+
{ id = "check-merge-conflict" },
14+
{ id = "check-case-conflict" },
15+
{ id = "check-vcs-permalinks" },
16+
{ id = "mixed-line-ending" },
1717

1818
]
1919

2020
[[repos]]
2121
repo = "https://github.com/astral-sh/ruff-pre-commit"
22-
rev = "v0.15.10"
22+
rev = "v0.15.11"
2323
hooks = [{ id = "ruff-check", args = ["--fix"] }, { id = "ruff-format" }]

0 commit comments

Comments
 (0)