aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2022-11-04 13:01:08 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2022-11-04 13:01:08 +0100
commit3e80b30b9819aa5c94221e4776baa7d62ea5df88 (patch)
treed4168e4e2ce6958b4ba747439a3e0e4e7939c9db /Pipfile
parent85cf5f96d38529b371004b41799ccb3642c18fc3 (diff)
downloadgeldschieberbot-3e80b30b9819aa5c94221e4776baa7d62ea5df88.tar.gz
geldschieberbot-3e80b30b9819aa5c94221e4776baa7d62ea5df88.zip
pipenv: install pytest and update environment
Adapt the pylintrc file to the newer version of pylint.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
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"