DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now
All analyzers Python
Python

Python

By DeepSource

Use Analyzer
Docs
Discuss
Docstring is over-indented FLK-D208
Documentation

It is recommended to properly indent docstrings for readability.

Docstring should be indented with spaces, not tabs FLK-D206
Documentation

It is recommended to use spaces in the docstrings, just as the code.

Missing module docstring PY-D0001
Documentation

Module docstring is missing. If you want to ignore this, you can configure this in the .deepsource.toml file. Please refer to docs for available options.

No blank lines allowed before class docstring FLK-D211
Documentation

There shouldn't be any blank lines before the class docstring. Remove the blank lines to fix this issue.

Multi-line docstring closing quotes should be on a separate line FLK-D209
Documentation