File: setup.cfg

package info (click to toggle)
python-django-registration 2.0.4-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 676 kB
  • sloc: python: 1,203; makefile: 84
file content (24 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[coverage:run]
include = registration/*
omit = registration/tests/*

[coverage:report]
fail_under = 100
exclude_lines = 
	pragma: no cover
	def __str__
	raise NotImplementedError
omit = registration/runtests.py,registration/__init__.py

[flake8]
exclude = locale,__pycache__,.pyc,templates
max-complexity = 10

[isort]
lines_after_imports = 2

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0