From 20f6155e80b9fddb912625cc641a06244acc62dd Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 23 May 2023 11:52:26 -0400 Subject: [PATCH] Add checks module to tasks --- dev-requirements.txt | 2 +- tasks.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cc6e4e0b..d9897e37 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 diff --git a/tasks.py b/tasks.py index 75500f87..da2aa3c5 100644 --- a/tasks.py +++ b/tasks.py @@ -110,6 +110,7 @@ def regression(c, jobs=8): watch_docs, ci, checks.blacken, + checks, ) ns.configure( {