From bdf3549563f0fa5e1985a30d12cb923861e40866 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Fri, 15 Dec 2017 10:50:14 +0900 Subject: pycodestyle: Replace pep8 pep8 has been renamed to pycodestyle and will be removed in a future release. This patch replaces pep8 by pycodestyle and adding some settings for pycodestyle. Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/test-requires') diff --git a/tools/test-requires b/tools/test-requires index 9d59a70c..dd90cb5e 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,6 +1,6 @@ coverage mock nose -pep8 +pycodestyle pylint formencode -- cgit v1.2.3