File: setup.cfg

package info (click to toggle)
django-picklefield 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 176 kB
  • sloc: python: 381; makefile: 8; sh: 6
file content (18 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[flake8]
max-line-length = 119

[isort]
combine_as_imports=true
include_trailing_comma=true
multi_line_output=5
not_skip=__init__.py

[coverage:run]
source = picklefield
branch = 1
relative_files = 1

[coverage:report]
exclude_lines =
    pragma: no cover
    except ImportError: