django-rest-auth/setup.cfg

40 lines
719 B
INI
Raw Permalink Normal View History

2018-08-22 07:29:15 +03:00
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
2018-08-22 07:16:52 +03:00
[flake8]
max-line-length = 120
exclude = docs/*,demo/*
ignore = F403
[coverage:run]
2016-06-28 21:14:05 +03:00
omit=*site-packages*,*distutils*,*migrations*
2018-08-22 07:16:52 +03:00
[coverage:report]
2016-06-28 21:14:05 +03:00
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about missing debug-only code:
def __repr__
if self\.debug
# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
ignore_errors = True
2018-08-22 07:16:52 +03:00
[coverage:html]
directory = coverage_html