diff tox.ini @ 467:e2c2222c0441

tests: Add `flake8` configuration file.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 06 Oct 2018 19:52:31 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Sat Oct 06 19:52:31 2018 -0700
@@ -0,0 +1,5 @@
+[flake8]
+exclude =
+    .git, .hg,
+    __pycache__,
+    build, dist