From 9c4100b85d277b558143b1af9dc9ffdc37802e37 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 2 Oct 2015 03:24:59 +0000 Subject: Add docstring validation This introduces a linter for PEP257 to avoid trivial nitpicking of docstrings in code reviews. Because flake8_docstrings simply provides a plugin to add pep257 to flake8, you can run it via `tox -e pep8`. PEP257 checks which we are currently violating are ignored in tox.ini. We can remove them from the ignored list as they are fixed. Related-Bug: 1501544 Change-Id: I01ebad7b70cf61dd80d3c06c6808d8178fbdd634 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 963a03c..ba4cab9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,6 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0 +flake8_docstrings==0.2.1.post1 # MIT coverage>=3.6 # Apache-2.0 discover # BSD -- cgit v1.2.1