Add: pep8-naming

This commit is contained in:
Istvan Ruzman
2020-09-03 13:42:52 +02:00
parent cc9b14f2d1
commit 2f151119c3
2 changed files with 32 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ python = "^3.7"
[tool.poetry.dev-dependencies]
black = { version = "^19.3.10b0", allow-prereleases = true }
bandit = "^1.6"
pep8-naming = "^0.11"
pytest = "^5.4"
pytest-black = "^0.3.10"
pytest-cov = "^2.10"