1
0
mirror of https://github.com/balkian/pre-commit-hooks.git synced 2024-11-14 12:12:28 +00:00
pre-commit-hooks/setup.cfg

10 lines
266 B
INI
Raw Normal View History

2017-01-10 14:12:52 +00:00
[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