Skip to content

Commit f094f7c

Browse files
committed
chore: fix minversions launching
1 parent 19db8c3 commit f094f7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.12.2'
4+
rev: 'v0.13.1'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
- id: ruff-format
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: fix-byte-order-marker
1313
- id: trailing-whitespace

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ commands = [
112112
]
113113

114114
[tool.tox.env.minversions]
115-
runner = "uv-venv-lock-runner"
116-
with_dev = true
115+
runner = "uv-venv-runner"
116+
dependency_groups = ["dev"]
117117
uv_resolution = "lowest-direct"
118118

119119
[tool.tox.env.doc]

0 commit comments

Comments
 (0)