File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
- id : codespell
16
16
additional_dependencies : ["tomli>=2.0.1"]
17
17
- repo : https://github.com/tox-dev/tox-ini-fmt
18
- rev : " 1.3.2 "
18
+ rev : " 1.4.0 "
19
19
hooks :
20
20
- id : tox-ini-fmt
21
21
args : ["-p", "fix"]
24
24
hooks :
25
25
- id : pyproject-fmt
26
26
- repo : https://github.com/astral-sh/ruff-pre-commit
27
- rev : " v0.6.4 "
27
+ rev : " v0.6.5 "
28
28
hooks :
29
29
- id : ruff-format
30
30
- id : ruff
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ requires =
3
3
tox>=4.2
4
4
env_list =
5
5
fix
6
- type
7
- coverage
8
- readme
9
6
3.13
10
7
3.12
11
8
3.11
12
9
3.10
10
+ type
11
+ coverage
12
+ readme
13
13
skip_missing_interpreters = true
14
14
15
15
[testenv]
@@ -41,6 +41,11 @@ deps =
41
41
commands =
42
42
pre-commit run --all-files --show-diff-on-failure
43
43
44
+ [testenv:3.13]
45
+ extras =
46
+ testing
47
+ type-comment
48
+
44
49
[testenv:type]
45
50
description = run type check on code base
46
51
deps =
@@ -86,11 +91,6 @@ commands =
86
91
pyproject-build -o {envtmpdir} --wheel --sdist .
87
92
twine check {envtmpdir}/*
88
93
89
- [testenv:3.13]
90
- extras =
91
- testing
92
- type-comment
93
-
94
94
[testenv:dev]
95
95
description = generate a DEV environment
96
96
package = editable
You can’t perform that action at this time.
0 commit comments