You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the time of writing the board.py source file contains 990 lines. The maximum permitted by the project's Pylint configuration is 1000. Attempting to add support for a new board resulted in build failures.
One possible solution might be to refactor some of the if-elif constructs to use a dictionary instead.