Skip to content

Commit 624f055

Browse files
committed
Fix example docs
Signed-off-by: Bernát Gábor <[email protected]>
1 parent e9cb93a commit 624f055

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ repos:
1818
rev: "2.4.3"
1919
hooks:
2020
- id: pyproject-fmt
21+
- repo: https://github.com/abravalheri/validate-pyproject
22+
rev: "v0.21"
23+
hooks:
24+
- id: validate-pyproject
2125
- repo: https://github.com/astral-sh/ruff-pre-commit
2226
rev: "v0.7.0"
2327
hooks:

docs/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,13 +839,13 @@ Python run
839839

840840
.. code-block:: toml
841841
842-
[dependency_groups]
842+
[dependency-groups]
843843
test = [
844844
"pytest>=8",
845845
]
846846
847847
[tool.tox.env_run_base]
848-
dependency-groups = [
848+
dependency_groups = [
849849
"test",
850850
]
851851

0 commit comments

Comments
 (0)