File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - id : check-case-conflict
2222 - id : check-executables-have-shebangs
2323 - id : check-json
24- - id : check-toml
2524 - id : check-yaml
2625 - id : check-merge-conflict
2726 - id : check-symlinks
@@ -31,15 +30,24 @@ repos:
3130 - id : mixed-line-ending
3231 - id : end-of-file-fixer
3332
33+ - repo : https://github.com/domdfcoding/taplo-pre-commit
34+ rev : v0.10.0
35+ hooks :
36+ - id : taplo-lint
37+ args : []
38+
3439 - repo : https://github.com/domdfcoding/pre-commit-hooks
35- rev : v0.6 .0
40+ rev : v0.7 .0
3641 hooks :
3742 - id : requirements-txt-sorter
3843 args :
3944 - --allow-git
4045 - id : check-docstring-first
4146 exclude : ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4247 - id : bind-requirements
48+ args :
49+ - --python-min
50+ - ' 3.8'
4351
4452 - repo : https://github.com/python-formate/flake8-dunder-all
4553 rev : v0.5.0
6068 - id : rst-directive-colons
6169 - id : rst-inline-touching-normal
6270
63- - repo : https://github.com/asottile /pyupgrade
64- rev : v3.3.0
71+ - repo : https://github.com/python-formate /pyupgrade
72+ rev : bbe3007
6573 hooks :
6674 - id : pyupgrade
6775 args :
8088 - id : snippet-fmt
8189
8290 - repo : https://github.com/python-formate/formate
83- rev : v1.2.0
91+ rev : v1.2.1
8492 hooks :
8593 - id : formate
8694 exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ cov = py39, coverage
3939setenv =
4040 PIP_DISABLE_PIP_VERSION_CHECK =1
4141 SETUPTOOLS_USE_DISTUTILS =stdlib
42+ download = True
4243deps = -r{toxinidir}/tests/requirements.txt
4344commands =
4445 python --version
@@ -48,7 +49,6 @@ commands =
4849setenv = PIP_DISABLE_PIP_VERSION_CHECK =1
4950
5051[testenv:py312]
51- download = True
5252setenv = PIP_DISABLE_PIP_VERSION_CHECK =1
5353
5454[testenv:docs]
You can’t perform that action at this time.
0 commit comments