Setting up pylint for a micropython project #17506
Unanswered
gvdl
asked this question in
Using MicroPython
Replies: 1 comment
-
In my experience pylint has only limited options to "understand" MicroPython See https://micropython-stubs.readthedocs.io/en/main/26_pylint.html If recently it has improved, please let me know and I'll update the docs I'd recommend pyright or mypy in combination with ruff |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
G'day,
I've been using pylint for some of my code. Mostly it works for my own code but the default linter isn't searching the micropython cross development libraries. Does anybody out there have a
.pylintrc
they'd be willing to share?Beta Was this translation helpful? Give feedback.
All reactions