akaihola / darker

Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
https://pypi.org/project/darker/
Other
628 stars 55 forks source link

Darker github action ignores `working-directory` #587

Open dshemetov opened 4 months ago

dshemetov commented 4 months ago

Describe the bug Darker github action ignores working-directory setting.

To Reproduce Steps to reproduce the behavior: take a look at these two commits in my demo repo, one and two.

Expected behavior Darker CI action should use the working-directory setting.

Additional context Vaguely related to my previous report here #522. Thanks for your help!

akaihola commented 4 months ago

Thanks @dshemetov, I'll definitely take a look at this!