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

View File

@@ -1,5 +1,6 @@
clean:
rm --recursive --force .ansible/
rm --recursive --force .tox/
dev:
@poetry install --remove-untracked