wemake-python-styleguide
wemake-python-styleguide copied to clipboard
Pydocstyle is no longer maintained
It appears that pydocstyle, the tool underlying flake8-docstrings has been deprecated in favor of ruff (https://github.com/PyCQA/pydocstyle/pull/658). Thus, this dependency should probably be changed in the future.
Also, maybe it would be interesting to explore if/how this project can be changed to use ruff in the future, as it seems to be gaining traction.
Tangential: I'm trying out the following config for Ruff + wemake on a new project. I'll let you know how it goes!