view 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 source

[flake8]
exclude =
    .git, .hg,
    __pycache__,
    build, dist