From 8470742aeb048262f4a841169af8cddc7ba36395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Mei=C3=9Fner?= Date: Mon, 5 Dec 2022 18:41:38 +0100 Subject: [PATCH] Remove flake8-broken-line from requirements Flake8 plugin removed because of dependency incompatibility. See https://github.com/coders4help/volunteer_planner/pull/704. Once, this gets merged we may consider using it again: https://github.com/wemake-services/flake8-broken-line/pull/280. --- requirements/flake8.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements/flake8.txt b/requirements/flake8.txt index b4d1dfe7..92598392 100644 --- a/requirements/flake8.txt +++ b/requirements/flake8.txt @@ -1,5 +1,4 @@ flake8==5.0.4 -flake8-broken-line==0.6.0 flake8-bugbear==22.10.27 flake8-builtins==2.0.1 flake8-comprehensions==3.10.1 @@ -8,3 +7,7 @@ flake8-logging-format==0.9.0 flake8-mutable==1.2.0 flake8-print==5.0.0 flake8-simplify==0.19.3 + +# removed because of dependency incompatibility. See https://github.com/coders4help/volunteer_planner/pull/704 +# once, this gets merged we may consider using it again: https://github.com/wemake-services/flake8-broken-line/pull/280 +# flake8-broken-line==0.6.0