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 1515 - id : codespell
1616 additional_dependencies : ["tomli>=2.0.1"]
1717 - repo : https://github.com/tox-dev/tox-ini-fmt
18- rev : " 1.3.2 "
18+ rev : " 1.4.0 "
1919 hooks :
2020 - id : tox-ini-fmt
2121 args : ["-p", "fix"]
2424 hooks :
2525 - id : pyproject-fmt
2626 - repo : https://github.com/astral-sh/ruff-pre-commit
27- rev : " v0.6.4 "
27+ rev : " v0.6.5 "
2828 hooks :
2929 - id : ruff-format
3030 - id : ruff
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ requires =
33 tox>=4.2
44env_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
1313skip_missing_interpreters = true
1414
1515[testenv]
@@ -41,6 +41,11 @@ deps =
4141commands =
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]
4550description = run type check on code base
4651deps =
@@ -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]
9595description = generate a DEV environment
9696package = editable
You can’t perform that action at this time.
0 commit comments