Skip to content

Commit 2c63730

Browse files
committed
Grumble, CI still runs blacken solo; that's fine tho
1 parent 7863749 commit 2c63730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def test(
6464
)
6565

6666

67-
ns = Collection(checks, coverage, docs, test, release)
67+
ns = Collection(checks.blacken, checks, coverage, docs, test, release)
6868
ns.configure({"blacken": {"find_opts": "-and -not -path './build*'"}})

0 commit comments

Comments
 (0)