warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
152 stars 39 forks source link

fix: python linting issues #291

Closed roaldnefs closed 1 year ago

roaldnefs commented 1 year ago

Fix Python linting issues discovered by the new pylint version in #290.

roaldnefs commented 1 year ago

The discovered pylint issues (no-self-use) have been set to optional in the newer version of pylint that has been introduced in #290.