We have here some inconsitency between the namings start_string vs start_line
|
"start_line": config.get("start_string", _start_string), |
If you specify start_line in the pyproject.toml, it will not be recognized correctly.
We have here some inconsistency in the code base itself, & also in the documentation.
Should be easy to solve:
- Decide for which option to go:
start_string or start_line
- Unify the codebase
- Adapt the docs accordingly
We have here some inconsitency between the namings
start_stringvsstart_linetowncrier/src/towncrier/_settings.py
Line 150 in 5c43102
If you specify
start_linein thepyproject.toml, it will not be recognized correctly.We have here some inconsistency in the code base itself, & also in the documentation.
Should be easy to solve:
start_stringorstart_line