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
Tab after comma detected FLK-E242
Style

There should be only one space after the , character.

Continuation line over-indented for hanging indent FLK-E126
Style

A continuation line is indented farther than it should be for a hanging indent.

Indentation is not a multiple of four in comments FLK-E114
Style

Comment indentation should be a multiple of four.

Unnecessary pass statement PYL-W0107
Style
Autofix

The pass statement used here is not necessary. You can safely remove this.

Visually indented line with same indent as next logical line FLK-E129
Style

A visual indented line has the same indentation as the next logical line. This can make it hard to read.