hasen's tech life

Twitter: @hasen

Pythonのコードを静的解析する為にflake8を入れた.

Pythonのコードを静的解析する為にflake8を入れた.

$ python -V
> Python 3.4.2
$ pip install flake8
$ exec $SHELL -l
$ which flake8
> /PATH/TO/flake8