Initial Commit
[EVA-2020-02-2.git] / library / setup.cfg
CommitLineData
651e1c20
PH
1[flake8]
2exclude =
3 .tox,
4 .eggs,
5 .git,
6 __pycache__,
7 build,
8 dist
9ignore =
10 E501