1+ ci :
2+ autoupdate_commit_msg : " chore: update pre-commit hooks"
3+ autofix_commit_msg : " style: pre-commit fixes"
4+
5+ exclude : ^.*\.md$
6+
17repos :
2- - repo : https://github.com/codespell-project/codespell
3- rev : v2.1.0
8+ - repo : https://github.com/pre-commit/pre-commit-hooks
9+ rev : " v6.0.0 "
410 hooks :
5- - id : codespell
11+ - id : check-added-large-files
12+ - id : check-case-conflict
13+ - id : check-merge-conflict
14+ - id : check-symlinks
15+ - id : check-yaml
16+ - id : debug-statements
17+ - id : end-of-file-fixer
18+ exclude : ^trame_server/LICENSE$
19+ - id : mixed-line-ending
20+ - id : name-tests-test
21+ args : ["--pytest-test-first"]
22+ - id : requirements-txt-fixer
23+ - id : trailing-whitespace
24+
25+ - repo : https://github.com/pre-commit/pygrep-hooks
26+ rev : " v1.10.0"
27+ hooks :
28+ - id : rst-backticks
29+ - id : rst-directive-colons
30+ - id : rst-inline-touching-normal
31+
32+ - repo : https://github.com/rbubley/mirrors-prettier
33+ rev : " v3.8.3"
34+ hooks :
35+ - id : prettier
36+ types_or : [yaml, markdown, html, css, scss, javascript, json]
37+ args : [--prose-wrap=always]
638
739 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : v0.8.4
40+ rev : " v0.15.11 "
941 hooks :
1042 - id : ruff
11- - id : ruff-format
43+ args : ["--fix", "--show-fixes"]
44+ - id : ruff-format
45+
46+ - repo : https://github.com/codespell-project/codespell
47+ rev : " v2.4.2"
48+ hooks :
49+ - id : codespell
50+
51+ - repo : https://github.com/shellcheck-py/shellcheck-py
52+ rev : " v0.11.0.1"
53+ hooks :
54+ - id : shellcheck
55+
56+ - repo : https://github.com/abravalheri/validate-pyproject
57+ rev : " v0.25"
58+ hooks :
59+ - id : validate-pyproject
60+ additional_dependencies :
61+ - validate-pyproject[all]
62+ - validate-pyproject-schema-store
63+
64+ - repo : https://github.com/python-jsonschema/check-jsonschema
65+ rev : " 0.37.1"
66+ hooks :
67+ - id : check-dependabot
68+ - id : check-github-workflows
69+ - id : check-readthedocs
0 commit comments