outscale / osc-tui

TUI client in ncurses for outscale's API.
BSD 3-Clause "New" or "Revised" License
14 stars 12 forks source link

normalize python case #59

Open outscale-mgo opened 3 years ago

outscale-mgo commented 3 years ago

variable name doesn't respect standard python case, and some are incoherent with the projects (like a variable called F). We need standardisation.

jerome-jutteau commented 3 years ago

pylint + bandit would help