LoginSignup
21
20

More than 5 years have passed since last update.

AtomでPythonのスタイルガイドを守る(flake8)

Last updated at Posted at 2016-04-15

大体以下のREADMEに書いてあるとおり。
linter-flake8

flake8

pep8&pyflakes

$ pip install flake8
$ pip install flake8-docstrings

Linter for Atom

Atomでflake8チェック

$ apm install linter
$ apm install linter-flake8

以上です。簡単ですね。
あとはAtomを再起動するだけ。
みんなでPE8守りましょうね。

21
20
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
20