diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-02-05 18:29:29 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-02-05 18:29:29 +0900 |
commit | 1ff63efedb2c7ce951eaf240a84876d5189d4504 (patch) | |
tree | 06c70b9afc482122075fa69eacd658f49921b326 /HACKING.rst | |
parent | fe3641843edce56120b77e5be6d0a3d5b2e7a267 (diff) | |
download | buildstream-1ff63efedb2c7ce951eaf240a84876d5189d4504.tar.gz |
HACKING.rst: Remark about pep8 linter in coding style
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/HACKING.rst b/HACKING.rst index f3994f65d..447860ef5 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -30,8 +30,10 @@ Style Guide ~~~~~~~~~~~ Python coding style for BuildStream is pep8, which is documented here: https://www.python.org/dev/peps/pep-0008/ -You may find deviances from this standard in the sources, if so -then feel free to file that as a bug and it will be fixed. +We have a couple of minor exceptions to this standard, we dont want to compromise +code readability by being overly restrictive on line length for instance. + +The pep8 linter will run automatically when running the test suite. Imports |