Skip to content

Commit d61693e

Browse files
Updated files with 'repo_helper'.
1 parent deea37f commit d61693e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ repos:
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:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
4344
deps = -r{toxinidir}/tests/requirements.txt
4445
commands =
4546
python --version
@@ -51,13 +52,11 @@ setenv =
5152
PIP_DISABLE_PIP_VERSION_CHECK=1
5253

5354
[testenv:py313]
54-
download = True
5555
setenv =
5656
PYTHONDEVMODE=1
5757
PIP_DISABLE_PIP_VERSION_CHECK=1
5858

5959
[testenv:py312]
60-
download = True
6160
setenv =
6261
PYTHONDEVMODE=1
6362
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)