canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
32 stars 38 forks source link

Re-enables pylint useless-object-inheritance check #911

Closed dosaboy closed 3 months ago

dosaboy commented 3 months ago

The requires removing all cases where classes inherit from object which is not a requirement in python3.

mustafakemalgilor commented 3 months ago

nit: (commit msg) "s/The/This/g"