1a325a400b
This patch set adds hacking rule to pegleg and fixes outstanding non- docstring related violations. Change-Id: I5bb5e78c211f24cf95669124bfcf9603bea8bf15 Signed-off-by: Tin Lam <tin@irrational.io>
14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
# Testing
|
|
pytest==3.2.1
|
|
pytest-cov==2.5.1
|
|
mock==2.0.0
|
|
|
|
# Formatting
|
|
yapf==0.20.0
|
|
|
|
# Linting
|
|
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
|
|
|
# Security
|
|
bandit>=1.5.0
|