wemake-services / flake8-eradicate

Flake8 plugin to find commented out or dead code
https://pypi.org/project/flake8-eradicate/
MIT License
310 stars 12 forks source link

Allow `flake8` 5.x #262

Closed mkniewallner closed 2 years ago

mkniewallner commented 2 years ago

flake8 5.0 was recently released: https://flake8.pycqa.org/en/latest/release-notes/5.0.0.html. No breaking change should impact the plugin.

Also see https://github.com/wemake-services/flake8-broken-line/pull/263 which contains a suggestion to not set an upper bound.

codecov[bot] commented 2 years ago

Codecov Report

Merging #262 (0db6d78) into master (301dfca) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #262   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           42        42           
  Branches         8         8           
=========================================
  Hits            42        42           

Help us with your feedback. Take ten seconds to tell us how you rate us.