wemake-python-styleguide
wemake-python-styleguide copied to clipboard
setup.cfg ignored when using GitHub action in subfolder
What's wrong
When you have a multi-module repo, you might have your Python code located in a subfolder, together with its setup.cfg.
Now, you are tempted to use this syntax
- name: wemake-python-styleguide
uses: wemake-services/[email protected]
with:
reporter: 'github-pr-check'
path: './my_subfolder/my_subfolder_2'
However the setup.cfg in my_subfolder_2 is ignored
How it should be
You should not copy the setup.cfg within the working dir
Flake8 version and plugins
0.16.1 github action
pip information
?
OS information
?
I think i can fix this bug can you assign it to me ?
Sure, go ahead!
Hey can you give instruction to reproduce this bug i am unable to observe it.