Skip to content
Snippets Groups Projects
Commit 1268d3b1 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[Style] ignore __init__.py from within it

parent 18e2965f
No related branches found
No related tags found
No related merge requests found
Pipeline #5904 passed
# flake8: noqa
from .robots_loader import (getModelPath, loadANYmal, loadHyQ, loadICub, loadSolo, loadTalos, loadTalosArm,
loadTalosLegs, loadTiago, loadTiagoNoHand, loadUR, readParamsFromSrdf)
[flake8]
max-line-length = 119
exclude = example_robot_data/__init__.py
[yapf]
column_limit = 119
[isort]
line_length = 119
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment