File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - id : check-case-conflict
2323 - id : check-executables-have-shebangs
2424 - id : check-json
25- - id : check-toml
2625 - id : check-yaml
2726 - id : check-merge-conflict
2827 - id : check-symlinks
@@ -32,6 +31,12 @@ repos:
3231 - id : mixed-line-ending
3332 - id : end-of-file-fixer
3433
34+ - repo : https://github.com/domdfcoding/taplo-pre-commit
35+ rev : v0.10.0
36+ hooks :
37+ - id : taplo-lint
38+ args : []
39+
3540 - repo : https://github.com/domdfcoding/pre-commit-hooks
3641 rev : v0.7.0
3742 hooks :
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ setenv =
4040 PYTHONDEVMODE =1
4141 PIP_DISABLE_PIP_VERSION_CHECK =1
4242 SETUPTOOLS_USE_DISTUTILS =stdlib
43+ download = True
4344deps = -r{toxinidir}/tests/requirements.txt
4445commands =
4546 python --version
@@ -51,13 +52,11 @@ setenv =
5152 PIP_DISABLE_PIP_VERSION_CHECK =1
5253
5354[testenv:py313]
54- download = True
5555setenv =
5656 PYTHONDEVMODE =1
5757 PIP_DISABLE_PIP_VERSION_CHECK =1
5858
5959[testenv:py312]
60- download = True
6160setenv =
6261 PYTHONDEVMODE =1
6362 PIP_DISABLE_PIP_VERSION_CHECK =1
You can’t perform that action at this time.
0 commit comments