Skip to content

fix: handle array values in pyproject.toml tool section#285

Open
MD-Mushfiqur123 wants to merge 1 commit into
rubik:masterfrom
MD-Mushfiqur123:fix-toml-array
Open

fix: handle array values in pyproject.toml tool section#285
MD-Mushfiqur123 wants to merge 1 commit into
rubik:masterfrom
MD-Mushfiqur123:fix-toml-array

Conversation

@MD-Mushfiqur123
Copy link
Copy Markdown

Fixes #274

The toml_config method now filters out non-dict values (like arrays/lists) from the [tool] section of pyproject.toml, preventing an AttributeError when parsing TOML files with array tables.

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.

Parsing pyproject.toml fails if there's an array

1 participant