How to exclude 'tests' directories recursively? #9188
-
My project has the following structure:
pyproject.toml:
I've tried many different combinations of "path" patterns unsuccessfully. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
carles-aiven
Mar 21, 2024
Replies: 1 comment
-
The solution is not to use "path", like this:
This is very unclear from the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carles-aiven
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution is not to use "path", like this:
This is very unclear from the documentation.