File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 hooks :
88 - id : end-of-file-fixer
99 - id : trailing-whitespace
10- # - id: check-json
11- # - id: check-yaml
1210 - id : check-toml
1311 - id : check-docstring-first
1412 - id : check-executables-have-shebangs
@@ -18,12 +16,9 @@ repos:
1816 - repo : https://github.com/astral-sh/ruff-pre-commit
1917 rev : v0.11.6
2018 hooks :
21- # try to fix what is possible
2219 - id : ruff
2320 args : ["--fix", "--unsafe-fixes"]
24- # perform formatting updates
2521 - id : ruff-format
26- # validate if all is fine with preview mode
2722 - id : ruff
2823
2924 - repo : https://github.com/codespell-project/codespell
3631 - repo : https://github.com/igorshubovych/markdownlint-cli
3732 rev : v0.44.0
3833 hooks :
39- - id : markdownlint-docker
34+ - id : markdownlint
4035 args : ["-c", ".github/markdownlint.json"]
4136
4237 - repo : https://github.com/crate-ci/typos
@@ -54,11 +49,3 @@ repos:
5449 rev : v0.24.1
5550 hooks :
5651 - id : validate-pyproject
57-
58- - repo : local
59- hooks :
60- - id : markdownlint
61- name : markdownlint
62- entry : markdownlint **/*.md --ignore node_modules -c .github/markdownlint.json
63- language : system
64- types : [markdown]
You can’t perform that action at this time.
0 commit comments