Skip to content

Commit c563ffd

Browse files
Updated files with 'repo_helper'.
1 parent 28f8243 commit c563ffd

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exclude: ^$
55

66
ci:
77
autoupdate_schedule: quarterly
8+
skip: [taplo-lint]
89

910
repos:
1011
- repo: https://github.com/repo-helper/pyproject-parser
@@ -21,7 +22,6 @@ repos:
2122
- id: check-case-conflict
2223
- id: check-executables-have-shebangs
2324
- id: check-json
24-
- id: check-toml
2525
- id: check-yaml
2626
- id: check-merge-conflict
2727
- id: check-symlinks
@@ -31,6 +31,12 @@ repos:
3131
- id: mixed-line-ending
3232
- id: end-of-file-fixer
3333

34+
- repo: https://github.com/domdfcoding/taplo-pre-commit
35+
rev: v0.10.0
36+
hooks:
37+
- id: taplo-lint
38+
args: []
39+
3440
- repo: https://github.com/domdfcoding/pre-commit-hooks
3541
rev: v0.7.0
3642
hooks:

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ setenv =
6262
PIP_DISABLE_PIP_VERSION_CHECK=1
6363

6464
[testenv:py313]
65-
download = True
6665
setenv =
6766
PYTHONDEVMODE=1
6867
PIP_DISABLE_PIP_VERSION_CHECK=1
6968

7069
[testenv:py312]
71-
download = True
7270
setenv =
7371
PYTHONDEVMODE=1
7472
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -227,13 +225,11 @@ toplevel = consolekit
227225
package = consolekit
228226
229227
[testenv:py312-click{7.1,8.0,8.1,8.2,8.3}]
230-
download = True
231228
setenv =
232229
PYTHONDEVMODE=1
233230
PIP_DISABLE_PIP_VERSION_CHECK=1
234231
235232
[testenv:py313-click{7.1,8.0,8.1,8.2,8.3}]
236-
download = True
237233
setenv =
238234
PYTHONDEVMODE=1
239235
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)