File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22repo = " https://github.com/pre-commit/pre-commit-hooks"
33rev = " v6.0.0"
44hooks = [
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 ]]
2121repo = " https://github.com/astral-sh/ruff-pre-commit"
22- rev = " v0.15.10 "
22+ rev = " v0.15.11 "
2323hooks = [{ id = " ruff-check" , args = [" --fix" ] }, { id = " ruff-format" }]
You can’t perform that action at this time.
0 commit comments