changeset 843:3f3e24d81936

cm: Add setup.cfg file for flake8.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 19 Feb 2017 22:27:02 -0800
parents a85d08ffe1f6
children 02955fbea705
files setup.cfg
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.cfg	Sun Feb 19 22:27:02 2017 -0800
@@ -0,0 +1,3 @@
+[flake8]
+ignore=W391
+