0844ed02bb
- Convert from pep8 to flake8. - Add in hacking and bugbear plugins to flake8 - Suppress any flake8 errors that fail. Future tasks will be created to cleanup and fix the suppressed error codes. Story: 2002803 Task: 26884 Change-Id: I8bf0978f27be1cc1108d21a002e650c5072b4c67 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
15 lines
308 B
YAML
15 lines
308 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|
|
gate:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|