This repository is currently being migrated. It's locked while the migration is in progress.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - id : check-useless-excludes
77
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v5 .0.0
9+ rev : v6 .0.0
1010 hooks : # https://github.com/pre-commit/pre-commit-hooks#hooks-available
1111 - id : check-merge-conflict
1212 - id : check-executables-have-shebangs
@@ -21,12 +21,12 @@ repos:
2121 - id : trailing-whitespace
2222
2323 - repo : https://github.com/abravalheri/validate-pyproject
24- rev : v0.24.1
24+ rev : v0.25
2525 hooks :
2626 - id : validate-pyproject
2727
2828 - repo : https://github.com/astral-sh/ruff-pre-commit
29- rev : v0.12.4
29+ rev : v0.15.0
3030 hooks :
3131 - id : ruff
3232 args : [ --fix ]
4141 - id : poetry-install
4242
4343 - repo : https://github.com/pre-commit/mirrors-mypy
44- rev : ' v1.17.0 '
44+ rev : ' v1.19.1 '
4545 hooks :
4646 - id : mypy
4747 pass_filenames : false # Pass all files in the repository except those excluded in pyproject.toml
@@ -54,13 +54,13 @@ repos:
5454 - ' pytest'
5555
5656 - repo : https://github.com/PyCQA/bandit
57- rev : " 1.8.6 "
57+ rev : " 1.9.3 "
5858 hooks :
5959 - id : bandit
6060 args : [-c, pyproject.toml, -r, -l]
6161 additional_dependencies : ["bandit[toml]"]
6262
6363 - repo : https://github.com/commitizen-tools/commitizen
64- rev : v4.8.3
64+ rev : v4.13.6
6565 hooks :
6666 - id : commitizen
You can’t perform that action at this time.
0 commit comments