-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
several changes for python27, pylint, ansible-lint (#170)
revert previous change for virtualenv - this broke some python3 testenvs drop py37, add py312 use ansible-core 2.17 and pylint 3.1.0 for testenv pylint This will require a change to the github action ci tests to use py39 for pylint (and flake8 and black) remove extends: from yamllint to make it work with ansible-lint The latest ansible-lint will automatically extend its configuration with any .yamllint.yml found. If you use "extends: default", it will override this behavior. Since we only use .yamllint.yml in conjunction with ansible-lint, it is much better to just remove "extends: default" from .yamllint.yml so that the built-in ansible-lint defaults will be used.
- Loading branch information
Showing
3 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters