diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-11-04 13:01:08 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-11-04 13:01:08 +0100 |
| commit | 3e80b30b9819aa5c94221e4776baa7d62ea5df88 (patch) | |
| tree | d4168e4e2ce6958b4ba747439a3e0e4e7939c9db /Pipfile | |
| parent | 85cf5f96d38529b371004b41799ccb3642c18fc3 (diff) | |
| download | geldschieberbot-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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ name = "pypi" pylint = "*" yapf = "*" mypy = "*" +pytest = "*" [requires] python_version = "3.10" |
