blob: de6f391def4a75d0efdb03892ebbb0a6a1c05f01 [file] [log] [blame] [view]
Allen Robinson753a8062019-07-03 00:55:501# Blink Python Style Guide
2
3Blink follows [PEP-8](https://www.python.org/dev/peps/pep-0008/) unless an
4exception is listed below. See
John Palmerbe051302021-05-19 11:48:355[blink/tools/blinkpy/pylintrc](https://chromium.googlesource.com/chromium/src/+/main/third_party/blink/tools/blinkpy/pylintrc).
Allen Robinson753a8062019-07-03 00:55:506
7_Note: We likely want to converge with [Chromium style](python.md), so this
8style recommendation is likely to change._