add support for reading doc8 config from pyproject.toml file#49
add support for reading doc8 config from pyproject.toml file#49ssbarnea merged 3 commits intoPyCQA:masterfrom swaldhoer:add-pyproject-support
Conversation
|
This Pull Request is WIP, as the pyproject configurations is not parsed into the exact same object as from the ini file. |
ssbarnea
left a comment
There was a problem hiding this comment.
This will also need some testing. Also it would a good idea to covert to draft if is not ready for reviews.
I will add tests, that make sure that the configuration dict ist the same for the current configuation files and pyproject.toml |
|
erm why did this get merged? This implementation is not complaint with the current implemtation of how the In my opinion the way how |
This pull request
pyproject.tomlfile andreadfpbyread_fileDetails:
pyproject.tomlfile is only taken into account if the toml package is available.