Skip to content

Commit

Permalink
Add checks module to tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 23, 2023
1 parent 16e94f7 commit 20f6155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install self before invocations to save a bit of time
-e .
# Invocations, for all sorts of things
invocations>=3.0.1
invocations>=3.3
# Coverage!
coverage>=6.2,<7
# Docs
Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def regression(c, jobs=8):
watch_docs,
ci,
checks.blacken,
checks,
)
ns.configure(
{
Expand Down

0 comments on commit 20f6155

Please sign in to comment.