projects
/
cookiecutter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Run flake8 from root to test docs and scripts
[cookiecutter.git]
/
project_template
/
setup.cfg
1
[bdist_wheel]
2
universal = 1
3
4
[easy_install]
5
find_links = http://phdru.name/Software/Python/
6
optimize = 2
7
8
[egg_info]
9
tag_build =
10
tag_date = 0
11
tag_svn_revision = 0
12
13
[flake8]
14
exclude = .git,.tox,ez_setup.py,docs/conf.py
15