# HG changeset patch # User Ludovic Chabant # Date 1538880751 25200 # Node ID e2c2222c0441ecb15067d725c2434af665d499af # Parent 8ee6e7649aba811351ee9d12408a3880e6dd0a14 tests: Add `flake8` configuration file. diff -r 8ee6e7649aba -r e2c2222c0441 tox.ini --- /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