Skip to content

Commit bdf5359

Browse files
[pre-commit.ci] pre-commit autoupdate (#484)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8a90d57 commit bdf5359

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
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"]
@@ -24,7 +24,7 @@ repos:
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

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)