Skip to content

Commit 35d8269

Browse files
[pre-commit.ci] pre-commit autoupdate (#2764)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ee77feb commit 35d8269

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
args: ["--write-changes"]
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ requires =
44
env_list =
55
fix
66
pypy3
7-
coverage
8-
readme
9-
docs
107
3.13
118
3.12
129
3.11
1310
3.10
1411
3.9
1512
3.8
1613
3.7
14+
coverage
15+
readme
16+
docs
1717
skip_missing_interpreters = true
1818

1919
[testenv]

0 commit comments

Comments
 (0)