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

pylint: bump version to 3.1.0 #867

Closed mustafakemalgilor closed 4 months ago

mustafakemalgilor commented 4 months ago

... to make it consistent with the searchkit. fixed the new warnings issued by the pylint.

mustafakemalgilor commented 4 months ago

Pon is fixing the resources.path issue in #864

actually I tried to fix that as well (#854) , but the thing is the alternative resources.files is missing in py3.8 so I didn't want to introduce two different code paths just to please the pylint. unfortunately it's not a drop-in replacement so we cannot do "import this if py3.8 else that" either. I guess we have to wait until we drop the py3.8 support.