Mercurial > wikked
annotate tox.ini @ 492:eacacee352f7
core: Don't URL-encode endpoint separators (`:`).
This makes endpoint URLs nicer looking.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 07 Nov 2018 23:19:43 -0800 |
parents | e2c2222c0441 |
children |
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 |