PEP 8
参考:
PEP 8 – Style Guide for Python Code | Python.org [Official]
概要
参考:
Python のコーディング規約 PEP8 に準拠する – Qiita
Code Style | The Hitchhiker’s Guide to Python
キーワード引数
参考:
why no spaces around ‘=’ in keyword argument or a default parameter value? – Stack Overflow
参考:
Style guides for Google-originated open-source projects | Google (google.github.io)
Flake8
参考:
できるだけシンプルに Flake8 で Python 修行 | nownab.log
pycodestyle
参考:
pep8 が pycodestyle に変わった話 – Qiita
pep8-naming
参考:
PyCQA/pep8-naming: Naming Convention checker for Python – GitHub
Black
参考:
psf/black: The uncompromising Python code formatter – GitHub