File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ repos:
18
18
rev : " 2.4.3"
19
19
hooks :
20
20
- id : pyproject-fmt
21
+ - repo : https://github.com/abravalheri/validate-pyproject
22
+ rev : " v0.21"
23
+ hooks :
24
+ - id : validate-pyproject
21
25
- repo : https://github.com/astral-sh/ruff-pre-commit
22
26
rev : " v0.7.0"
23
27
hooks :
Original file line number Diff line number Diff line change
1
+ Fix bad example in documentation for dependency groups - by :user: `gaborbernat `.
Original file line number Diff line number Diff line change @@ -839,13 +839,13 @@ Python run
839
839
840
840
.. code-block :: toml
841
841
842
- [dependency_groups ]
842
+ [dependency-groups ]
843
843
test = [
844
844
"pytest>=8",
845
845
]
846
846
847
847
[tool.tox.env_run_base]
848
- dependency-groups = [
848
+ dependency_groups = [
849
849
"test",
850
850
]
851
851
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ and `devpi <https://www.devpi.net>`_).
22
22
:target: https://pypistats.org/packages/tox
23
23
:alt: PyPI - Downloads
24
24
.. image :: https://img.shields.io/pypi/l/tox?style=flat-square
25
- :target: https://opensource.org/blog/ license/mit
25
+ :target: https://opensource.org/license/mit
26
26
:alt: PyPI - License
27
27
.. image :: https://img.shields.io/github/issues/tox-dev/tox?style=flat-square
28
28
:target: https://github.com/tox-dev/tox/issues
You can’t perform that action at this time.
0 commit comments