]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/lib/py/coding_standards.md
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / lib / py / coding_standards.md
CommitLineData
f67539c2
TL
1## Python Coding Standards
2
3Please follow:
4 * [Thrift General Coding Standards](/doc/coding_standards.md)
5 * Code Style for Python Code [PEP8](http://legacy.python.org/dev/peps/pep-0008/)
6
7When in doubt - check with <http://www.pylint.org/> or online with <http://pep8online.com>.