All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
There should be exactly one blank line after the class docstring.
class example: """Bad docstring.""" ...
class example: """Good docstring.""" ...