blob: 931c4bc2cafa4bf19b92c40011908b4c1e2decc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Blink Python Style Guide
Blink follows [PEP-8](https://www.python.org/dev/peps/pep-0008/) unless an
exception is listed below. See
[blink/tools/blinkpy/pylintrc](https://chromium.googlesource.com/chromium/src/+/master/third_party/blink/tools/blinkpy/pylintrc).
_Note: We likely want to converge with [Chromium style](python.md), so this
style recommendation is likely to change._
## Differences from PEP-8
* Line length limit is 132
## Differences from Chromium style
* Line length limit is 132
|