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 e6865be commit 4e98731Copy full SHA for 4e98731
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.0.1"]
17
- repo: https://github.com/tox-dev/tox-ini-fmt
18
- rev: "1.3.2"
+ rev: "1.4.0"
19
hooks:
20
- id: tox-ini-fmt
21
args: ["-p", "fix"]
@@ -24,7 +24,7 @@ repos:
24
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.6.4"
+ rev: "v0.6.5"
28
29
- id: ruff-format
30
- id: ruff
tox.ini
@@ -4,16 +4,16 @@ requires =
4
tox-uv>=1.11.3
5
env_list =
6
fix
7
- type
8
- coverage
9
- docs
10
- readme
11
3.13
12
3.12
13
3.11
14
3.10
3.9
3.8
+ type
+ coverage
+ docs
+ readme
skip_missing_interpreters = true
[testenv]
0 commit comments