wpilibsuite / styleguide

Style guides for wpilibsuite projects
Other
5 stars 16 forks source link

Autoflake is problematic for python libraries #282

Closed rzblue closed 3 months ago

rzblue commented 3 months ago

Autoflake removes unused imports and variables which is problematic for formatting python libraries ex: https://github.com/mcm001/photonvision/blob/20240714_serde_packet_gen/photon-lib/py/photonlibpy/__init__.py

calcmogul commented 3 months ago

Should we add --ignore-init-module-imports?