12 lines
149 B
INI
12 lines
149 B
INI
[flake8]
|
|
max-line-length = 100
|
|
|
|
[coverage:run]
|
|
source = vimba
|
|
|
|
[coverage:report]
|
|
exclude_lines =
|
|
coverage: skip
|
|
def __repr__
|
|
def __str__
|