Skip to content

Commit f609f05

Browse files
[repo-helper] Configuration Update (#131)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 1ca4b3c commit f609f05

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 14 additions & 5 deletions
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,15 +31,24 @@ 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
35-
rev: v0.6.0
41+
rev: v0.7.0
3642
hooks:
3743
- id: requirements-txt-sorter
3844
args:
3945
- --allow-git
4046
- id: check-docstring-first
4147
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4248
- id: bind-requirements
49+
args:
50+
- --python-min
51+
- '3.7'
4352

4453
- repo: https://github.com/python-formate/flake8-dunder-all
4554
rev: v0.5.0
@@ -60,8 +69,8 @@ repos:
6069
- id: rst-directive-colons
6170
- id: rst-inline-touching-normal
6271

63-
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.3.0
72+
- repo: https://github.com/python-formate/pyupgrade
73+
rev: bbe3007
6574
hooks:
6675
- id: pyupgrade
6776
args:
@@ -80,7 +89,7 @@ repos:
8089
- id: snippet-fmt
8190

8291
- repo: https://github.com/python-formate/formate
83-
rev: v1.2.0
92+
rev: v1.2.1
8493
hooks:
8594
- id: formate
8695
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

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)