We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19db8c3 commit f094f7cCopy full SHA for f094f7c
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.12.2'
+ rev: 'v0.13.1'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
- id: ruff-format
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
12
- id: fix-byte-order-marker
13
- id: trailing-whitespace
pyproject.toml
@@ -112,8 +112,8 @@ commands = [
112
]
113
114
[tool.tox.env.minversions]
115
-runner = "uv-venv-lock-runner"
116
-with_dev = true
+runner = "uv-venv-runner"
+dependency_groups = ["dev"]
117
uv_resolution = "lowest-direct"
118
119
[tool.tox.env.doc]
0 commit comments