bento icon indicating copy to clipboard operation
bento copied to clipboard

flake8 C901 missing human-readable name

Open dlukeomalley opened this issue 6 years ago • 0 comments

Overview

Flake8 C901 is missing a rename and may be a best practice / stylistic.

flake8 C901
     > migrations/201802021027_af3f5579c84d_add_cascades.py:24
     ╷
   24│   def upgrade():
     ╵
     = 'upgrade' is too complex (30)

Steps to Reproduce

  1. git clone [email protected]:flaskbb/flaskbb.git
  2. bento init && bento check --all

Additional Context

Bento version (run bento --version): 0.8.0

dlukeomalley avatar Jan 30 '20 23:01 dlukeomalley