We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62003bf commit 65dd896Copy full SHA for 65dd896
tasks.py
@@ -126,7 +126,7 @@ def regression(c: "Context", jobs: int = 8) -> None:
126
# Skip vendor, build dirs when blackening.
127
# TODO: this is making it seem like I really do want an explicit
128
# arg/conf-opt in the blacken task for "excluded paths"...ha
129
- "find_opts": "-and -not \( -path './invoke/vendor*' -or -path './build*' \)" # noqa
+ r"find_opts": "-and -not \\( -path './invoke/vendor*' -or -path './build*' \\)" # noqa
130
},
131
"packaging": {
132
"wheel": True,
0 commit comments