Skip to content

Commit

Permalink
Remove flake8-broken-line from requirements
Browse files Browse the repository at this point in the history
Flake8 plugin removed because of dependency incompatibility. See #704. Once, this gets merged we may consider using it again: wemake-services/flake8-broken-line#280.
  • Loading branch information
christophmeissner authored Dec 5, 2022
1 parent 43e3e23 commit 8470742
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements/flake8.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 8470742

Please sign in to comment.