File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.6 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : check-yaml
6- stages : [commit]
6+ stages : [pre- commit]
77 - id : check-json
8- stages : [commit]
8+ stages : [pre- commit]
99 exclude : ^\.devcontainer/devcontainer\.json$
1010 - id : check-toml
11- stages : [commit]
11+ stages : [pre- commit]
1212 - id : check-merge-conflict
13- stages : [commit]
13+ stages : [pre- commit]
1414
1515 - repo : https://github.com/abravalheri/validate-pyproject
16- rev : v0.19
16+ rev : v0.24.1
1717 hooks :
1818 - id : validate-pyproject
1919
20+ - repo : https://github.com/codespell-project/codespell
21+ rev : v2.4.1
22+ hooks :
23+ - id : codespell
24+
2025 - repo : https://github.com/igorshubovych/markdownlint-cli
21- rev : v0.41 .0
26+ rev : v0.45 .0
2227 hooks :
2328 - id : markdownlint-fix
2429
2530 - repo : https://github.com/astral-sh/ruff-pre-commit
26- rev : v0.6.4
31+ rev : v0.12.2
2732 hooks :
28- - id : ruff-format
29- types_or : [python, pyi, jupyter]
30- - id : ruff
33+ - id : ruff-check
3134 args : [--fix, --exit-non-zero-on-fix]
3235 types_or : [python, pyi, jupyter]
3336 require_serial : true
34-
35- - repo : https://github.com/crate-ci/typos
36- rev : v1.24.5
37- hooks :
38- - id : typos
37+ - id : ruff-format
38+ types_or : [python, pyi, jupyter]
You can’t perform that action at this time.
0 commit comments