-
Notifications
You must be signed in to change notification settings - Fork 891
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
[Question]yapfignore not working in pyproject.toml #984
Comments
It still doesn't work, so I had a workaround,
I have to admit that the project would be a bit more complex, but I think |
Hi @UponTheSky |
@hirosassa Oh, I have missed the issue #955 Now this issue is resolved so I close it. |
Thank you for reading this issue.
I'm currently working on a Django project and I want to use
yapf
for formatting.However, as I am trying to use
pyproject.toml
for excluding files, it does not work.On the other hand, what makes it interesting is that the command line behaves differently and successfully ignores the files I want.
I still cannot figure out what would be the problem with this discrepancy.
At the moment, a part my dependencies is like the following:
and my current Python version is
3.9.9
.If there is any problem with the way I make this issue post, please don't hesitate to point it out!
Thank you in advance!
The text was updated successfully, but these errors were encountered: