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 7863749 commit 2c63730Copy full SHA for 2c63730
tasks.py
@@ -64,5 +64,5 @@ def test(
64
)
65
66
67
-ns = Collection(checks, coverage, docs, test, release)
+ns = Collection(checks.blacken, checks, coverage, docs, test, release)
68
ns.configure({"blacken": {"find_opts": "-and -not -path './build*'"}})
0 commit comments