From 6a34c0b8d5976bb35aecf3c794166e711b338f18 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 15:19:23 -0700 Subject: update lint/fmt/test tools and configuration yapf => black isort config mypy configuration flake8 configuration --- Pipfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 3fd334e..8947189 100644 --- a/Pipfile +++ b/Pipfile @@ -11,14 +11,17 @@ name = "pypi" [dev-packages] flake8 = "*" flake8-annotations = "*" +isort = "*" mypy = "*" pytest = "*" -pytest-cov = "*" pytest-codeblocks = "*" -typing_extensions = "*" -yapf = "*" -isort = "*" +pytest-cov = "*" requests = "*" +typing_extensions = "*" + +# must lock black to an exact version because it is still "beta" +# see: https://github.com/psf/black/issues/517 +black = "==21.9b0" [requires] python_version = "3.8" -- cgit v1.2.3