File: setup.cfg

package info (click to toggle)
python-django-contact-form 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 320 kB
  • sloc: python: 473; makefile: 142
file content (23 lines) | stat: -rw-r--r-- 358 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
[coverage:report]
fail_under = 100
exclude_lines = 
    pragma: no cover
    def __str__
    raise NotImplementedError

[flake8]
extend-ignore = E203
max-complexity = 10
max-line-length = 88

[isort]
known_first_party = django_contact_form
known_third_party = django
profile = black

[check-manifest]
ignore =
  __pycache__
  *.pyc
ignore-bad-ideas =
  *.mo