3bf68e464a
As a newer project, Spyglass is still a work in progress in terms of its styling. This change is meant to help improve readability and compliance of Spyglass source code. To match other Airship projects, this change implements YAPF into tox so linting is automatically ran. This will hopefully keep formatting grey areas styled consistently. PEP-8: https://www.python.org/dev/peps/pep-0008/ OpenStack Style Guidelines: https://docs.openstack.org/hacking/latest/user/hacking.html PEP Index: https://www.python.org/dev/peps/ Depends on https://review.openstack.org/#/c/648764. Change-Id: I45b19cc8a7932fd7823dcb69f64a0a1bf19fc434
9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
# Formatting
|
|
yapf==0.27.0
|
|
|
|
# Linting
|
|
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
|
|
|
# Security
|
|
bandit>=1.5.0
|