File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "projectOwner" : " bdraco" ,
44 "repoType" : " github" ,
55 "repoHost" : " https://github.com" ,
6- "files" : [
7- " README.md"
8- ],
6+ "files" : [" README.md" ],
97 "imageSize" : 80 ,
108 "commit" : true ,
119 "commitConvention" : " angular" ,
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
33exclude : " CHANGELOG.md|.copier-answers.yml"
4- default_stages : [commit]
4+ default_stages : [pre- commit]
55
66ci :
77 autofix_commit_msg : " chore(pre-commit.ci): auto fixes"
88 autoupdate_commit_msg : " chore(pre-commit.ci): pre-commit autoupdate"
99
1010repos :
1111 - repo : https://github.com/commitizen-tools/commitizen
12- rev : v3.3 .0
12+ rev : v4.1 .0
1313 hooks :
1414 - id : commitizen
1515 stages : [commit-msg]
1616 - repo : https://github.com/pre-commit/pre-commit-hooks
17- rev : v4.4 .0
17+ rev : v5.0 .0
1818 hooks :
1919 - id : debug-statements
2020 - id : check-builtin-literals
@@ -28,42 +28,42 @@ repos:
2828 - id : end-of-file-fixer
2929 - id : trailing-whitespace
3030 - repo : https://github.com/python-poetry/poetry
31- rev : 1.5 .1
31+ rev : 2.0 .1
3232 hooks :
3333 - id : poetry-check
3434 - repo : https://github.com/pre-commit/mirrors-prettier
35- rev : v2.7.1
35+ rev : v4.0.0-alpha.8
3636 hooks :
3737 - id : prettier
3838 args : ["--tab-width", "2"]
3939 - repo : https://github.com/asottile/pyupgrade
40- rev : v3.6.0
40+ rev : v3.19.1
4141 hooks :
4242 - id : pyupgrade
4343 args : [--py39-plus]
4444 - repo : https://github.com/PyCQA/isort
45- rev : 5.12.0
45+ rev : 5.13.2
4646 hooks :
4747 - id : isort
4848 - repo : https://github.com/psf/black
49- rev : 23.3 .0
49+ rev : 24.10 .0
5050 hooks :
5151 - id : black
5252 - repo : https://github.com/codespell-project/codespell
53- rev : v2.2.5
53+ rev : v2.3.0
5454 hooks :
5555 - id : codespell
5656 - repo : https://github.com/PyCQA/flake8
57- rev : 6.0.0
57+ rev : 7.1.1
5858 hooks :
5959 - id : flake8
6060 - repo : https://github.com/pre-commit/mirrors-mypy
61- rev : v0.931
61+ rev : v1.14.1
6262 hooks :
6363 - id : mypy
6464 additional_dependencies : []
6565 - repo : https://github.com/PyCQA/bandit
66- rev : 1.7.5
66+ rev : 1.8.2
6767 hooks :
6868 - id : bandit
6969 args : [-x, tests]
You can’t perform that action at this time.
0 commit comments