Skip to content

Commit 20f6155

Browse files
committed
Add checks module to tasks
1 parent 16e94f7 commit 20f6155

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Install self before invocations to save a bit of time
22
-e .
33
# Invocations, for all sorts of things
4-
invocations>=3.0.1
4+
invocations>=3.3
55
# Coverage!
66
coverage>=6.2,<7
77
# Docs

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def regression(c, jobs=8):
110110
watch_docs,
111111
ci,
112112
checks.blacken,
113+
checks,
113114
)
114115
ns.configure(
115116
{

0 commit comments

Comments
 (0)