C0205
Ensure that __slots__ is an iterable and not a base type
The Codiga Static Analysis engine is powered by the best open-source tools to check your Python code. Make sure your code does not have any security issues and follow design and other best practices. Automate your code reviews today and merge with confidence with Codiga.
Ensure that __slots__ is an iterable and not a base type
Consider using tuple unpacking for swapping variables
Consider using str.join() for concatenating strings from an iterable
Consider using dict.get for getting values from a dict if a key is present or a default if not
Uses of deprecated modules
Passing multiple incorrect arguments to an exception constructor
Use %s in logging function
Unused format argument
Using an f-string that does not have any interpolated variables
Invalid file open mode
Method parameter has a different name than in the implemented interface or in an overridden method
Disallowed name (e.g. foo, bar, etc)
Use in instead of iterating over value and using equal
'await' should be used within an async function