File: setup.cfg

package info (click to toggle)
python-django-contact-form 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 107
  • sloc: python: 359; makefile: 136
file content (13 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[coverage:run]
include = contact_form/*
omit = contact_form/tests/*

[coverage:report]
fail_under = 100

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

[isort]
lines_after_imports = 2