poetry add -G dev safety

This commit is contained in:
Guilhem Saurel
2023-03-07 13:25:37 +01:00
parent 4c677e7cdb
commit b71ef4af2e
2 changed files with 206 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ flake8 = "^5.0.4"
httpx = "^0.23.0"
isort = "^5.12.0"
pydocstyle = "^6.1.1"
safety = "^2.3.5"
[tool.pydocstyle]
add-ignore = ["D200", "D203", "D204", "D212"]