From 3e80b30b9819aa5c94221e4776baa7d62ea5df88 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 4 Nov 2022 13:01:08 +0100 Subject: pipenv: install pytest and update environment Adapt the pylintrc file to the newer version of pylint. --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 22f3c9d..1f42253 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ name = "pypi" pylint = "*" yapf = "*" mypy = "*" +pytest = "*" [requires] python_version = "3.10" -- cgit v1.2.3