Integrate Darglint with Flake8
masterDarglint can be used as a Flake8 plugin. To use it, ensure both flake8 and darglint are installed in the same environment. Darglint will automatically use your Flake8 configuration.
Note that settings like docstring_style must be placed under the [flake8] section of your configuration file, not a [darglint] section.
[flake8]
strictness=short
docstring_style=sphinx