C0112
Module, function, class or method have an empty docstring
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.
Module, function, class or method have an empty docstring
Detect when a class method has a first argument named differently than the value specified in valid-classmethod-first-arg option
Detect when a metaclass method has a first argument named differently than the value specified in valid-classmethod-first-arg option.
Metaclass class method __new__ should have 'cls' as first argument
Too many lines in a module
Final newline missing
Bad whitespace
Mixed line endings (between LF and CRLF)
Wrong indentation
Detect blacklisted names (toto, foo, etc)
Use a f-string
__future__ import is not the first non docstring statement
Name doesn't conform to naming rules associated to its type