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

@@ -16,12 +16,13 @@ netaddr = "^0.8.0"
[tool.poetry.dev-dependencies]
ansible-lint = "^4.2.0"
ipython = "^7.28.0"
mdformat = "^0.7.9"
mdformat-gfm = "^0.3.3"
poetry = "^1.1.0"
pre-commit = "^2.9.2"
pre-commit-hooks = "^3.3.0"
safety = "^1.9.0"
tox = "^3.20.1"
tox-poetry-installer = "^0.8.1"
tox-poetry-installer = {extras = ["poetry"], version = "^0.8.3"}
yamllint = "^1.20.0"
mdformat = "^0.7.9"
mdformat-gfm = "^0.3.3"
ipython = "^7.28.0"