Plugin for flake8
that runs pydocstyle
while linting.
It is running pydocstyle
as it would be run without any parameters in the command line, so it respects all configuration file options that you can set for example in pyproject.toml
.
Maybe you ask a question why just not use flake8-docstrings
. In my use-case I wanted to keep the configuration in the pyproject.toml
file and be able to use everything that pydocstyle
has to offer in terms of customization. The flake8-docstrings
is not reading the pydocstyle
config files, but provides its own options which was insufficient to me.
If you wish to contribute feel free to create an issue or just straight away fork and create PR to this repository. To save your and my time on discussions please provide a good description for them.
Development documentation can be found here