We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffbb02 commit 334f21dCopy full SHA for 334f21d
1 file changed
src/frequenz/repo/config/nox/util.py
@@ -167,13 +167,11 @@ def find_toplevel_package_dirs(
167
def min_dependencies() -> list[str]:
168
"""Extract the minimum dependencies from pyproject.toml.
169
170
- Raises:
171
- RuntimeError: If minimun dependencies are not properly
172
- set in pyproject.toml.
173
-
174
Returns:
175
- the minimun dependencies defined in pyproject.toml.
+ The minimun dependencies defined in pyproject.toml.
176
+ Raises:
+ RuntimeError: If minimun dependencies are not properly set in pyproject.toml.
177
"""
178
with open("pyproject.toml", "rb") as toml_file:
179
data = _tomllib.load(toml_file)
0 commit comments