Skip to content

fix: honor config values that aren't command options - #491

Open
MahmoudNasser01 wants to merge 1 commit into
pydoit:masterfrom
MahmoudNasser01:bug/issue-464
Open

MahmoudNasser01 wants to merge 1 commit into
pydoit:masterfrom
MahmoudNasser01:bug/issue-464

Conversation

@MahmoudNasser01

Copy link
Copy Markdown

Config values such as action_string_formatting were being ignored when set in pyproject.toml because they don't map to a command option and were never merged into params.

Now non-option config_vals are merged into params before dodo_config, so they still take effect.

Fixes #464

config_vals like action_string_formatting were dropped when set
in pyproject.toml since they aren't cmd options.
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.

Doit ignores action_string_formatting config when defined in pyproject.toml

1 participant