From 58688676ee2d96d9d7006e2fd8a14d47f271aa8f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Jun 2020 22:41:22 -0700 Subject: pipenv: flake8 and pytypes --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index a02e805..8ce8d81 100644 --- a/Pipfile +++ b/Pipfile @@ -35,6 +35,8 @@ dynaconf = "*" [dev-packages] ipython = "*" mypy = "*" +pytype = "*" +flake8 = "*" pytest = "*" pytest-cov = "*" -- cgit v1.2.3