File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - id : end-of-file-fixer
3333
3434 - repo : https://github.com/domdfcoding/pre-commit-hooks
35- rev : v0.5 .0
35+ rev : v0.6 .0
3636 hooks :
3737 - id : requirements-txt-sorter
3838 args :
@@ -80,12 +80,15 @@ repos:
8080 - id : snippet-fmt
8181
8282 - repo : https://github.com/python-formate/formate
83- rev : v1.1.2
83+ rev : v1.2.0
8484 hooks :
8585 - id : formate
8686 exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8787 additional_dependencies :
8888 - formate-trailing-commas>=0.1.1
89+ types_or :
90+ - python
91+ - pyi
8992
9093 - repo : https://github.com/python-coincidence/dep_checker
9194 rev : v0.9.0
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ furo==2021.06.18b36
77html-section >= 0.3.0
88roman >= 4.0
99seed-intersphinx-mapping >= 1.2.2
10+ setuptools < 81
1011sphinx-copybutton >= 0.2.12
1112sphinx-debuginfo >= 0.2.2
1213sphinx-licenseinfo >= 0.3.1
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ requires =
5050 pip>=21,!=22.2
5151 tox-envlist>=0.2.1
5252 tox~=3.0
53- virtualenv!=20.16.0
53+ virtualenv!=20.16.0,<20.39
5454
5555[envlists]
5656test =
You can’t perform that action at this time.
0 commit comments