Go2-Nav_System / setup.cfg
thanhnc19's picture
Upload folder using huggingface_hub
15b8951 verified
Raw
History Blame Contribute Delete
212 Bytes
[flake8]
max-line-length = 100
extend-ignore = E203
max-complexity = 10
[tool:pytest]
addopts = --cov=go2_robot_sdk --cov-report=xml:coverage.xml --cov-report=term-missing
[coverage:run]
source = go2_robot_sdk