changeset 467:e2c2222c0441

tests: Add `flake8` configuration file.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 06 Oct 2018 19:52:31 -0700
parents 8ee6e7649aba
children b5a780ac6c07
files tox.ini
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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