adding isort mypy safety

This commit is contained in:
2021-11-20 18:37:52 +00:00
parent 8e11733762
commit 2dffd289eb
2 changed files with 139 additions and 4 deletions

View File

@@ -36,6 +36,9 @@ pytest-xdist = "^2.4.0"
coverage = "^6.0.2"
duty = "^0.7.0"
types-PyYAML = "^6.0.1"
isort = "^5.10.1"
mypy = "^0.910"
safety = "^1.10.3"
[tool.black]
line-length = 120