File tree Expand file tree Collapse file tree 1 file changed +26
-17
lines changed Expand file tree Collapse file tree 1 file changed +26
-17
lines changed Original file line number Diff line number Diff line change 11default_language_version :
22 python : python3.12
33repos :
4- - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5.0.0
6- hooks :
7- - id : check-added-large-files
8- - id : check-toml
9- - id : check-yaml
10- args :
11- - --unsafe
12- - id : end-of-file-fixer
13- - id : trailing-whitespace
14- - repo : https://github.com/astral-sh/ruff-pre-commit
15- rev : v0.8.2
16- hooks :
17- - id : ruff
18- args :
19- - --fix
20- - id : ruff-format
4+ - repo : https://github.com/pre-commit/pre-commit-hooks
5+ rev : v5.0.0
6+ hooks :
7+ - id : check-added-large-files
8+ - id : check-toml
9+ - id : check-yaml
10+ args :
11+ - --unsafe
12+ - id : end-of-file-fixer
13+ - id : trailing-whitespace
14+ - repo : https://github.com/astral-sh/ruff-pre-commit
15+ rev : v0.8.2
16+ hooks :
17+ - id : ruff
18+ args :
19+ - --fix
20+ - id : ruff-format
21+ - repo : https://github.com/PyCQA/bandit
22+ rev : " 1.8.0"
23+ hooks :
24+ - id : bandit
25+ args :
26+ - -c
27+ - pyproject.toml
28+ - -r
29+ - .
You can’t perform that action at this time.
0 commit comments