Skip to content

Bump max-module-lines from 1000 to 2000#413

Merged
makermelissa merged 1 commit intoadafruit:mainfrom
makermelissa-piclaw:bump-pylint-max-module-lines
Apr 22, 2026
Merged

Bump max-module-lines from 1000 to 2000#413
makermelissa merged 1 commit intoadafruit:mainfrom
makermelissa-piclaw:bump-pylint-max-module-lines

Conversation

@makermelissa-piclaw
Copy link
Copy Markdown
Contributor

board.py is already at 1461 lines and growing as new boards are added. The 1000-line limit causes build failures when adding new board support.

Bumping to 2000 provides headroom until the board detection logic can be refactored into a data-driven approach (similar to Adafruit_Blinka#1040).

Fixes #296

board.py is already at 1461 lines and growing as new boards are added.
The 1000-line limit causes build failures when adding new board support.

Bumping to 2000 provides headroom until the board detection logic can be
refactored into a data-driven approach (similar to Adafruit_Blinka#1040).

Fixes adafruit#296
Copy link
Copy Markdown
Collaborator

@makermelissa makermelissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@makermelissa makermelissa merged commit 05979ad into adafruit:main Apr 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build failures due to board.py exceeding maximum lines permitted by Pylint

2 participants