Allen Robinson | 753a806 | 2019-07-03 00:55:50 | [diff] [blame] | 1 | # Blink Python Style Guide |
| 2 | |
| 3 | Blink follows [PEP-8](https://www.python.org/dev/peps/pep-0008/) unless an |
| 4 | exception is listed below. See |
John Palmer | be05130 | 2021-05-19 11:48:35 | [diff] [blame] | 5 | [blink/tools/blinkpy/pylintrc](https://chromium.googlesource.com/chromium/src/+/main/third_party/blink/tools/blinkpy/pylintrc). |
Allen Robinson | 753a806 | 2019-07-03 00:55:50 | [diff] [blame] | 6 | |
| 7 | _Note: We likely want to converge with [Chromium style](python.md), so this |
| 8 | style recommendation is likely to change._ |