Add tox for static checks

Add toxdir to gitignore
Add ansible and yamllint
This commit is contained in:
2022-01-08 22:16:40 -05:00
parent 14ce2dfea6
commit 1c417eda10
7 changed files with 427 additions and 40 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ playbooks/testing.yml
**/__pycache__/
.venv/
.ansible/
.tox/