chirp/.mypy.ini
Dan Smith 9260e3a8e1 Add mypy to style target (for non-driver code)
My patience with mypy is very thin, but it does catch some stuff that
other checkers don't, even outside the realm of typing. This should
at least make sure any type annotations we _do_ get are correct.

There are a lot of errors in the drivers, so limit this to just the
core code for now.
2024-02-15 15:41:20 -08:00

6 lines
126 B
INI

[mypy]
disable_error_code=import-untyped,var-annotated,import-not-found
[mypy-chirp.drivers.*]
disable_error_code=assignment