Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass "darker" to config dump function to get the correct configuration section name #586

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

akaihola
Copy link
Owner

@akaihola akaihola commented Apr 21, 2024

Next:


darker -vv used to output:

# Effective configuration:

[tool.darkgraylib]
# [...]


# Configuration options which differ from defaults:

[tool.darkgraylib]
# [...]

This patch corrects it to:

# Effective configuration:

[tool.darker]
# [...]


# Configuration options which differ from defaults:

[tool.darker]
# [...]

Darkgraylib 1.3.0 now requires the section name argument, which we are passing in since this PR.

@akaihola akaihola added the bug Something isn't working label Apr 21, 2024
@akaihola akaihola added this to the Darker 2.1.1 milestone Apr 21, 2024
@akaihola akaihola self-assigned this Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant