diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-12-15 10:50:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-17 19:27:41 +0900 |
commit | bdf3549563f0fa5e1985a30d12cb923861e40866 (patch) | |
tree | 88cc415fe9f82fab24d56b5a628f4531c0a8faeb /tools/test-requires | |
parent | 870dcab678b57c3ef1f223a020796dc13920baef (diff) |
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 <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/test-requires')
-rw-r--r-- | tools/test-requires | 2 |
1 files changed, 1 insertions, 1 deletions
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 |