We should run all the same linting tools that we use for the source code on the examples in *docstrings*: - [ ] black - [ ] isort - [x] pylint - [ ] mypy - [ ] pydocstyle - [ ] darglint We should probably support a way to pass extra configuration when applying to examples, as they are not full pieces of code.
We should run all the same linting tools that we use for the source code on the examples in docstrings:
We should probably support a way to pass extra configuration when applying to examples, as they are not full pieces of code.