mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
e7cdcf4b52
* Fix ruff rules E711,E712,F841 * Remove unused re (_rex) and import --------- Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
6 lines
119 B
TOML
6 lines
119 B
TOML
[lint]
|
|
exclude = [ "pymavlink" ]
|
|
|
|
[lint.per-file-ignores]
|
|
"mavgenerate.py" = [ "F405" ] # undefined-local-with-import
|