fix: add ladders

This commit is contained in:
Nathaniel Landau
2023-11-08 13:50:37 -05:00
parent 7f94a62989
commit 5e35cf4400
8 changed files with 590 additions and 377 deletions

View File

@@ -7,18 +7,18 @@
version = "0.2.0"
[tool.poetry.dependencies]
ansible = "^8.3.0"
ansible = "^8.6.0"
ansible-lint = { version = "^6.18.0", markers = "platform_system != 'Windows'" }
commitizen = "^2.40.0"
poethepoet = "^0.18.1"
pre-commit = "^3.3.3"
python = "^3.9"
typos = "^1.16.8"
yamllint = "^1.32.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
black = "^23.11.0"
sh = "^2.0.6"
typos = "^1.16.23"
[build-system]
build-backend = "poetry.core.masonry.api"