Fixing flake8 linting errors

- Enabling builds to fail on simple lint failures now
This commit is contained in:
Jacob Alexander
2020-11-20 23:38:13 -08:00
parent 2e6d7be1dd
commit a4ef16e831
14 changed files with 35 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ import struct
import sys
def build_libcapnp(bundle_dir, build_dir):
def build_libcapnp(bundle_dir, build_dir): # noqa: C901
'''
Build capnproto
'''