annotate tox.ini @ 471:b5b0eb75f980

web: Add a little 'tag' icon next to the list of categories.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:43:30 -0700
parents e2c2222c0441
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
467
e2c2222c0441 tests: Add `flake8` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 [flake8]
e2c2222c0441 tests: Add `flake8` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 exclude =
e2c2222c0441 tests: Add `flake8` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 .git, .hg,
e2c2222c0441 tests: Add `flake8` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 __pycache__,
e2c2222c0441 tests: Add `flake8` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 build, dist