Motivation
Users should be able to switch docstring styles (e.g. Numpy, Google, etc.) for an entire codebase without needing to think about it.
Summary of desired feature
An interface to set and/or change the docstring style. It should configure tools like ruff to check the correct style. Ideally, it should change any docstrings in one style automatically to another (if possible).
Motivation
Users should be able to switch docstring styles (e.g. Numpy, Google, etc.) for an entire codebase without needing to think about it.
Summary of desired feature
An interface to set and/or change the docstring style. It should configure tools like
ruffto check the correct style. Ideally, it should change any docstrings in one style automatically to another (if possible).