We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef58143 commit a4b6aadCopy full SHA for a4b6aad
2 files changed
src/somesy/core/writer.py
@@ -30,7 +30,6 @@ def __init__(
30
requires a customized setter.
31
32
Args:
33
- ----
34
path: Path to target output file.
35
create_if_not_exists: Create an empty CFF file if not exists. Defaults to True.
36
direct_mappings: Dict with direct mappings of keys between somesy and target
src/somesy/pyproject/writer.py
@@ -159,11 +159,9 @@ def __init__(self, path: Path):
159
"""Pyproject wrapper class. Wraps either setuptools or poetry.
160
161
162
163
path (Path): Path to pyproject.toml file.
164
165
Raises:
166
- ------
167
FileNotFoundError: Raised when pyproject.toml file is not found.
168
ValueError: Neither project nor tool.poetry object is found in pyproject.toml file.
169
"""
0 commit comments