File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,25 +9,25 @@ default_language_version:
99 python : python3.13
1010repos :
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v5 .0.0
12+ rev : v6 .0.0
1313 hooks :
1414 - id : trailing-whitespace
1515 - id : end-of-file-fixer
1616 - id : check-yaml
1717 - id : check-added-large-files
1818 - repo : https://github.com/compilerla/conventional-pre-commit
19- rev : v4.0 .0
19+ rev : v4.3 .0
2020 hooks :
2121 - id : conventional-pre-commit
2222 stages : [commit-msg]
2323 args : []
24- - repo : https://github.com/psf/black
25- rev : 25.1 .0
24+ - repo : https://github.com/psf/black-pre-commit-mirror
25+ rev : 25.9 .0
2626 hooks :
2727 - id : black
2828 args : [--safe, --quiet]
2929 - repo : https://github.com/pycqa/isort
30- rev : 6 .0.1
30+ rev : 7 .0.0
3131 hooks :
3232 - id : isort
3333 name : isort (python)
4040 types : [python]
4141 args : [-rn, -sn, --rcfile=pyproject.toml]
4242 - repo : https://github.com/pycqa/flake8
43- rev : 7.2 .0
43+ rev : 7.3 .0
4444 hooks :
4545 - id : flake8
4646 args : [--config=.flake8]
@@ -51,15 +51,15 @@ repos:
5151 additional_dependencies :
5252 - tomli # for reading config from pyproject.toml
5353 - repo : https://github.com/pre-commit/mirrors-mypy
54- rev : v1.15.0
54+ rev : v1.18.2
5555 hooks :
5656 - id : mypy
5757 exclude : " ^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
5858 args : [--ignore-missing-imports] # Needed because pre-commit runs mypy in a venv
5959 additional_dependencies :
6060 - typing_extensions
6161 - repo : https://github.com/PyCQA/bandit
62- rev : 1.8.3
62+ rev : 1.8.6
6363 hooks :
6464 - id : bandit
6565 args : [--skip, B101, --recursive, clumper]
You can’t perform that action at this time.
0 commit comments