afonasev / flake8-return

Flake8 plugin for return expressions checking.
MIT License
62 stars 69 forks source link

hotfix linting process #78

Closed neutrinoceros closed 3 years ago

neutrinoceros commented 3 years ago

Right now there's a bug in you're linting CI because the latest version of black doesn't support the --py36 flag. I replace it with the current equivalent (see https://black.readthedocs.io/en/stable/change_log.html?highlight=--py36#id2)

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (4472faf) into master (620efbf) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files           3        3           
  Lines         168      168           
  Branches       35       35           
=======================================
  Hits          158      158           
  Misses          5        5           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08732b2...4472faf. Read the comment docs.

afonasev commented 3 years ago

Thx for PR!