Skip to content

fix: update pylint config format for pyproject-fmt compatibility#1580

Merged
adamtheturtle merged 1 commit intomainfrom
fix/ci-pylint-config
Mar 6, 2026
Merged

fix: update pylint config format for pyproject-fmt compatibility#1580
adamtheturtle merged 1 commit intomainfrom
fix/ci-pylint-config

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Mar 6, 2026

Fixes CI lint failures on main. Change MESSAGES CONTROL to MESSAGES-CONTROL for pyproject-fmt compatibility.

Made with Cursor


Note

Low Risk
Low risk config-only change, but could alter how Pylint interprets options if the renamed section keys don’t map exactly to Pylint’s expected config names.

Overview
Updates the pyproject.toml tool.pylint configuration to use pyproject-fmt-compatible key formatting by removing quoted section names and normalizing section headers (notably MESSAGES CONTROLMESSAGES-CONTROL).

This is intended to unblock CI linting by ensuring the Pylint config survives formatting without being rewritten into an invalid TOML shape.

Written by Cursor Bugbot for commit 7129142. This will update automatically on new commits. Configure here.

Change MESSAGES CONTROL to MESSAGES-CONTROL to fix pre-commit lint failures on main.

Made-with: Cursor
@adamtheturtle adamtheturtle enabled auto-merge (squash) March 6, 2026 07:52
@adamtheturtle adamtheturtle merged commit 5625dab into main Mar 6, 2026
16 checks passed
@adamtheturtle adamtheturtle deleted the fix/ci-pylint-config branch March 6, 2026 07:53
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.

1 participant