File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# See https://pre-commit.com for more information
22# See https://pre-commit.com/hooks.html for more hooks
3+
34default_language_version :
45 python : ' 3.12'
56repos :
67- repo : https://github.com/pre-commit/pre-commit-hooks
78 rev : v4.6.0
89 hooks :
9- - id : trailing-whitespace
10- - id : end-of-file-fixer
11- exclude : ^src/lapidary/render/templates/render/includes/header.txt$|^tests/e2e/expected/
1210 - id : check-added-large-files
11+ - id : check-merge-conflict
1312 - id : check-toml
14- - id : debug-statements
1513 - id : check-yaml
14+ - id : debug-statements
15+ - id : end-of-file-fixer
16+ exclude : ^src/lapidary/render/templates/render/includes/header.txt$|^tests/e2e/expected/
17+ - id : no-commit-to-branch
18+ - id : trailing-whitespace
1619- repo : https://github.com/astral-sh/ruff-pre-commit
17- rev : v0.6.0
20+ rev : v0.6.3
1821 hooks :
1922 - id : ruff
2023 name : ruff-check
3134 args :
3235 - --no-update
3336- repo : https://github.com/pre-commit/mirrors-mypy
34- rev : v1.11.1
37+ rev : v1.11.2
3538 hooks :
3639 - id : mypy
3740 pass_filenames : false
You can’t perform that action at this time.
0 commit comments