Radiation-resistantCamera/Vimba_6_0/VimbaPython/Source/setup.cfg
2025-04-30 09:26:04 +08:00

12 lines
149 B
INI

[flake8]
max-line-length = 100
[coverage:run]
source = vimba
[coverage:report]
exclude_lines =
coverage: skip
def __repr__
def __str__