Mercurial > wikked
annotate tox.ini @ 474:db73b12ad212
web: Give special pages a linkable URL.
All special pages are now in the built-in `special` endpoint, at URLs like
`special:/Broken Links`. This makes it possible to link to them from other
pages, especially help pages.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 08 Oct 2018 23:49:09 -0700 |
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 |