You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Currently when the library toml is missing pydocstyle cannot read the pyproject.toml file.
It would be nice if also other toml reader would be supported (tomli), resp. with python 3.11 the built in tomllib library (which is based on tomli as far as I know).