From 0aa150771abf9f0e26b2867686fafa2efde026a5 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jan 03 2016 20:39:21 +0000 Subject: flake8: Add hacking and import-order configs --- diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..fcd569c --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[flake8] +ignore = H101,H404,H405 +import-order-style = google