docformatter omits pyproject.toml configuration when has no extra dependencies installed #268
Labels
C: stakeholder
Relates to docformatter stakeholder requested behavior
P: bug
PEP 257 violation or existing functionality that doesn't work as documented
U: medium
A relatively medium urgency issue
I have a
pyproject.toml
file containing some entries for black, ruff and docformatter. When I install the latest docformatter in a clean environment it does not read the configuration from the config file, simply omits it even if it's explicitly specified. The other formatters have no issue reading the same file.My pyproject toml:
I believe the behavior is exactly the same as in this old issue.
Issue is present in docformatter version 1.7.5, tested on multiple Python versions with the same results.
The text was updated successfully, but these errors were encountered: