File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 rev : 1.13.0
3030 hooks :
3131 - id : blacken-docs
32- additional_dependencies : [black==23.1 ]
32+ additional_dependencies : [black==23.3 ]
3333 - repo : https://github.com/asottile/setup-cfg-fmt
3434 rev : v2.2.0
3535 hooks :
4444 hooks :
4545 - id : flake8
4646 additional_dependencies :
47- - flake8-bugbear==23.3.12
47+ - flake8-bugbear==23.3.23
4848 - flake8-comprehensions==3.11.1
4949 - flake8-pytest-style==1.7.2
5050 - flake8-spellcheck==0.28
5353 - pep8-naming==0.13.3
5454 - flake8-pyproject==1.2.3
5555 - repo : https://github.com/pre-commit/mirrors-prettier
56- rev : " v3.0.0-alpha.6 "
56+ rev : " v2.7.1 "
5757 hooks :
5858 - id : prettier
5959 additional_dependencies :
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = ' setuptools.build_meta'
33requires = [
4- " setuptools>=67.6" ,
4+ " setuptools>=67.6.1 " ,
55 " setuptools_scm>=7.1" ,
66]
77
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ commands =
3333description = run static analysis and style check using flake8
3434skip_install = true
3535deps =
36- pre-commit>=3.2
36+ pre-commit>=3.2.1
3737passenv =
3838 HOMEPATH
3939 PROGRAMDATA
You can’t perform that action at this time.
0 commit comments