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
Type error while assignment TYP-014
Type check

Encountered a TypeError while assignment. Please see the message occurrence.

Invalid type for __all__ TYP-056
Type check

Type of __all__ must be sequence string. See the issue message for more details

Invalid Literal[...] type hint TYP-041
Type check

Arbitrary arguments are given to Literal[...], which makes it an invalid type. It is recommended to remove the arbitrary arguments.

Invalid type alias detected TYP-048
Type check

The type alias provided is not valid. Read more about type aliases here.

Unexpected return value TYP-007
Type check

A return statement has been encountered in the callable which is not expected to return anything.