22 lines
229 B
INI
22 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
|