Skip to content

Commit 8127c7f

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

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
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ requires =
33
tox>=4.2
44
env_list =
55
fix
6-
cov
7-
type
8-
docs
96
3.13
107
3.12
118
3.11
129
3.10
1310
3.9
1411
3.8
12+
cov
13+
type
14+
docs
1515
pkg_meta
1616
skip_missing_interpreters = true
1717

0 commit comments

Comments
 (0)