0
Files
src/styleguide/python/blink-python.md
Andrew Grieve 32bc5e0de6 Python Style: Remove PEP-8 exceptions for indent & naming
As per discussion: https://groups.google.com/a/chromium.org/d/topic/chromium-dev/RcJgJdkNIdg/discussion

Bug: 846432
Change-Id: I0d1abb42c79278d5edf03091a47fce03d5897c25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984356
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728275}
2020-01-03 19:39:52 +00:00

503 B

Blink Python Style Guide

Blink follows PEP-8 unless an exception is listed below. See blink/tools/blinkpy/pylintrc.

Note: We likely want to converge with Chromium style, 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