Skip to content
New issue

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

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

Already on GitHub? # to your account

Add an example of excluding folders from yapf to the documentation #1

Closed
pksol opened this issue Apr 8, 2020 · 2 comments
Closed
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@pksol
Copy link

pksol commented Apr 8, 2020

I wanted to ignore my tests folder, so I had to hack a bit till I got to this way:

args: --verbose --exclude '**/tests/**' (the trivial way would be to send just 'tests/**' as a parameter, but it assumes that the execution is inside the repository).

Can you include it to the documentation so people can use it quickly? I didn't do a pull request in case you wanted to solve it in a different way.

@AlexanderMelde AlexanderMelde self-assigned this Apr 10, 2020
@AlexanderMelde
Copy link
Owner

Thank you for the idea and explanation, i will add it!

@AlexanderMelde AlexanderMelde added the documentation Improvements or additions to documentation label Apr 10, 2020
@AlexanderMelde
Copy link
Owner

Implemented in commit b65bdf0 .

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants