bdaiinstitute/spatialmath-python

Fix Ruff warnings

Closed this issue · 0 comments

This package has lots of Ruff warnings. For example here:

if check_type is "local":

Use == to compare constant literals Ruff F632