Skip to content

Commit 4e98731

Browse files
[pre-commit.ci] pre-commit autoupdate (#361)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e6865be commit 4e98731

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ requires =
44
tox-uv>=1.11.3
55
env_list =
66
fix
7-
type
8-
coverage
9-
docs
10-
readme
117
3.13
128
3.12
139
3.11
1410
3.10
1511
3.9
1612
3.8
13+
type
14+
coverage
15+
docs
16+
readme
1717
skip_missing_interpreters = true
1818

1919
[testenv]

0 commit comments

Comments
 (0)