File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v6.0 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
77 - id : check-yaml
88 - id : check-added-large-files
99
1010 - repo : https://github.com/psf/black
11- rev : 23.3 .0
11+ rev : 25.1 .0
1212 hooks :
1313 - id : black
1414
1515 - repo : https://github.com/pre-commit/mirrors-mypy
16- rev : v1.5 .1
16+ rev : v1.17 .1
1717 hooks :
1818 - id : mypy
1919 additional_dependencies :
2424
2525
2626 - repo : https://github.com/charliermarsh/ruff-pre-commit
27- rev : " v0.0.289 "
27+ rev : " v0.12.8 "
2828 hooks :
2929 - id : ruff
3030
@@ -34,19 +34,19 @@ repos:
3434 - id : poetry-check
3535
3636 - repo : https://github.com/Lucas-C/pre-commit-hooks-nodejs
37- rev : v1.1.0
37+ rev : v1.1.2
3838 hooks :
3939 - id : markdown-toc
4040
4141 - repo : https://github.com/compilerla/conventional-pre-commit
42- rev : " v2.3 .0"
42+ rev : " v4.2 .0"
4343 hooks :
4444 - id : conventional-pre-commit
4545 stages : [commit-msg]
4646 args : []
4747
4848 - repo : https://github.com/PyCQA/bandit
49- rev : ' 1.7.4 '
49+ rev : ' 1.8.6 '
5050 hooks :
5151 - id : bandit
5252 args : ["-c", "pyproject.toml"]
You can’t perform that action at this time.
0 commit comments