Josverl / micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://micropython-stubber.readthedocs.io
Other
166 stars 14 forks source link

stability issues and fix problems with logging #477

Closed Josverl closed 7 months ago

Josverl commented 7 months ago

This pull request includes two commits:

  1. Chore: Launch black using sys executable for stability
  1. Fix: Issues with logging not getting removed

The changes in this pull request address stability issues and fix problems with logging not being removed. The first commit launches black using the sys executable to ensure stability. The second commit resolves issues with logging that were not getting removed.