diff options
author | Andrew Leeming <andrew.leeming@codethink.co.uk> | 2017-01-04 11:58:40 +0000 |
---|---|---|
committer | Andrew Leeming <andrew.leeming@codethink.co.uk> | 2017-01-04 11:58:40 +0000 |
commit | 1ac35cd3a1f3778518ff6a75c5f6be4b1dcb6c11 (patch) | |
tree | 667212b8b29b0cafd1e15e76c0c7942d7b307aea /setup.cfg | |
parent | dfd6a6599b2b9886dca68de5300283fc3d78fb00 (diff) | |
download | buildstream-1ac35cd3a1f3778518ff6a75c5f6be4b1dcb6c11.tar.gz |
Patching setup.cfg file for virtual env
Pep8 should not be run on all files in the basedir. Adding
an ignore rule for if a virtual env directory exists.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,5 @@ pep8ignore = * E129 doc/source/conf.py ALL tmp/* ALL + */lib/python3* ALL + */bin/* ALL
\ No newline at end of file |