Skip to content

Commit

Permalink
Fix example docs
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Oct 22, 2024
1 parent e9cb93a commit 624f055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ repos:
rev: "2.4.3"
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.21"
hooks:
- id: validate-pyproject
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.0"
hooks:
Expand Down
4 changes: 2 additions & 2 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -839,13 +839,13 @@ Python run

.. code-block:: toml
[dependency_groups]
[dependency-groups]
test = [
"pytest>=8",
]
[tool.tox.env_run_base]
dependency-groups = [
dependency_groups = [
"test",
]
Expand Down

0 comments on commit 624f055

Please sign in to comment.