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

feat: add python 3.11 support #290

Closed roaldnefs closed 1 year ago

roaldnefs commented 1 year ago

Add Python 3.11 support.

roaldnefs commented 1 year ago

Checks are failing due to newly introduced pylint version in the pre-commit configuration. They should be fixed in a separate pull request.

roaldnefs commented 1 year ago

Checks are failing due to newly introduced pylint version in the pre-commit configuration. They should be fixed in a separate pull request.

Linting issues have been fixed in #291.