1
0
mirror of https://github.com/balkian/balkian-pyproject.git synced 2024-09-27 22:01:42 +00:00
balkian-pyproject/{{cookiecutter.repo_name}}/setup.cfg
J. Fernando Sánchez a74f09e5e9 First commit
2017-01-10 14:06:51 +01:00

10 lines
266 B
INI

[metadata]
description-file = README.rst
[aliases]
test=pytest
[flake8]
# because of the way that future works, we need to call install_aliases before
# finishing the imports. flake8 thinks that we're doing the imports too late,
# but it's actually ok
ignore = E402