LoginSignup
85

More than 5 years have passed since last update.

pep8 が pycodestyle に変わった話

Last updated at Posted at 2016-06-27

概要

追記(2018/02/27)

  • ツール(ライブラリ)の pep8 の名前が pycodestyle という名前に変わったというだけで、PEP8 そのものには何も変更はないので気をつけてください。
  • pep8がスタイルガイドのPEP8と一緒だと混同しやすいのでツールは名前を変えようという話です。
  • pep257 -> pydocstyle も同様に、 PEP257は何も変わりません。

pep8

flake8

pep257

autopep8

docformatter

まとめ

  • flake8autopep8 使ってる分には対応してくれているので気にする必要なかった
  • flake8「8とはなんだったのか」感

PyCQA is 何?

  • lintやら、codeformatterやらのツール&ライブラリのオーサーが集まったゆるいグループらしい。
  • http://meta.pycqa.org/en/latest/introduction.html#what-is-the-pycqa
  • このグループの元でそれ系のツールを管理していくらしい。
  • 似たようなグループにパッケージ関連を取りまとめる PyPA がある。

参考

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
85