Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

Resolved non varname bento warnings#4

Open
linkous8 wants to merge 1 commit intomasterfrom
bento-fix
Open

Resolved non varname bento warnings#4
linkous8 wants to merge 1 commit intomasterfrom
bento-fix

Conversation

@linkous8
Copy link

Bento Output:

bandit try-except-pass https://bandit.readthedocs.io/en/latest/plugins/b110_try_except_pass.html
     > measure_driver.py:62                                                           
     ╷                                                                                
   62│   except:                                                                      
     ╵
     = Try, Except, Pass detected.

flake8 ambiguous-variable-name https://lintlyci.github.io/Flake8Rules/rules/E741.html
     > measure_driver.py:235
     ╷
  235│   l = line.decode().strip()
     ╵
     = ambiguous variable name 'l'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant