From 2b1dca830550f3b926a4a722646214f0b1a3d371 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Mon, 18 Jan 2021 01:20:06 +0100 Subject: [PATCH] Downgrade flake8-functions The newer release pulls in a new dependency which breaks my flake8 installation... --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2b9cdf9fd..82e0ff9bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -[metadata] +[metadata]'), name = dosage description = a comic strip downloader and archiver long_description = file: README.md @@ -67,7 +67,7 @@ dev = flake8-comprehensions flake8-eradicate flake8-fixme - flake8-functions + flake8-functions==0.0.4 flake8-future-import flake8-logging-format flake8-no-fstring;python_version>'3.5'