projects
/
EVA-2020-02-2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
241587ece482839f94a74702e31cb04ed9de842a
[EVA-2020-02-2.git]
/
library
/
setup.cfg
1
[flake8]
2
exclude =
3
.tox,
4
.eggs,
5
.git,
6
__pycache__,
7
build,
8
dist
9
ignore =
10
E501