thrawn01 / hubble

Environment variable manager
11 stars 7 forks source link

enable max-complexity gate #14

Closed buhman closed 8 years ago

buhman commented 8 years ago

We currently have flake8 max-complexity disabled because it would break the flake8 gate. This is because the main function in hubble.shell is absolutely absurdly complicated:

./hubble/shell.py:240:1: C901 'main' is too complex (24)

We should refactor that function in to something less stupid, and enable the max-complexity gate.

thrawn01 commented 8 years ago

+1