xlab-steampunk / redfish-client-python

Minimalistic Redfish API client
Apache License 2.0
4 stars 8 forks source link

Pylint #13

Closed tadeboro closed 5 years ago

tadeboro commented 5 years ago

CHanges in this PR introduce pylint development aid for helping keep our codebase consistent to at least some extent.

I used default pylint settings that enforce PEP8 style with some additional checks for lousy variable names. Current style settings are not meant to be the final version of the style guide, but I guess they are as good as any other for the time being.

Feel free to suggest additions and changes (now or anytime in the future).

/cc @aljazkosir