E1305
Too many arguments for format string
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.
Too many arguments for format string
Variable is accessed for non-existent member of C extension
Assert statement has a string literal as its first argument and the assert will never fail.
Comparing against a callable (parenthesis needed)
Global variable used but not assigned
Unused import from another module
Variable defined but not used
Invalid combined format specification
Unused private member
Make use of implicit boolean
Using open without explicitly specifying an encoding
Use the min builtin instead of using an if condition
Assert called on a 2-item-tuple.
Lambda expression assigned to a variable. Define a function using the "def" keyword instead.
Useless option value.
Unknown option value.
Import a module with non-ASCII characters