Skip to content

Commit fb30b25

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f513359 commit fb30b25

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ requires =
33
tox>=4.2
44
env_list =
55
fix
6-
type
7-
coverage
8-
readme
96
3.13
107
3.12
118
3.11
129
3.10
10+
type
11+
coverage
12+
readme
1313
skip_missing_interpreters = true
1414

1515
[testenv]
@@ -41,6 +41,11 @@ deps =
4141
commands =
4242
pre-commit run --all-files --show-diff-on-failure
4343

44+
[testenv:3.13]
45+
extras =
46+
testing
47+
type-comment
48+
4449
[testenv:type]
4550
description = run type check on code base
4651
deps =
@@ -86,11 +91,6 @@ commands =
8691
pyproject-build -o {envtmpdir} --wheel --sdist .
8792
twine check {envtmpdir}/*
8893

89-
[testenv:3.13]
90-
extras =
91-
testing
92-
type-comment
93-
9494
[testenv:dev]
9595
description = generate a DEV environment
9696
package = editable

0 commit comments

Comments
 (0)