File: setup.cfg

package info (click to toggle)
djangorestframework-filters 1.0.0.dev0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 352 kB
  • sloc: python: 2,458; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[coverage:run]
branch = True
source = .

[coverage:report]
include = rest_framework_filters/*
show_missing = True

[isort]
skip = .tox
atomic = true
line_length=90
include_trailing_comma = true
multi_line_output = 5
known_third_party = django,pytz,rest_framework,django_filters
known_first_party = rest_framework_filters

[flake8]
max_line_length = 120
max_complexity = 10