21 lines
229 B
INI
21 lines
229 B
INI
#
|
|
# PyCodestyle
|
|
#
|
|
|
|
[pycodestyle]
|
|
max-line-length = 120
|
|
statistics = True
|
|
|
|
#
|
|
# Coverage
|
|
#
|
|
|
|
[run]
|
|
branch = True
|
|
parallel = True
|
|
source = spaceapi_server/
|
|
|
|
[report]
|
|
show_missing = True
|
|
include = spaceapi_server/*
|
|
omit = */test/*.py
|