Skip to content

fix(linters): disable TOML validation during formatting#1083

Open
malept wants to merge 2 commits intomainfrom
malept/fix/toml-disable-validation-when-formatting
Open

fix(linters): disable TOML validation during formatting#1083
malept wants to merge 2 commits intomainfrom
malept/fix/toml-disable-validation-when-formatting

Conversation

@malept
Copy link
Member

@malept malept commented Feb 17, 2026

What this PR does / why we need it

There is a strange bug with validating pyproject.toml files which causes it to hang indefinitely in certain cases, so disable schema validation by disabling the schema cache and preventing network calls to fetch the schemas.

Also, add tombi lint which was defined but unintentionally omitted from the linter.

@malept malept requested a review from a team as a code owner February 17, 2026 18:46
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