From da5dfbe9b64d1fc8496145190eb0c0d17693404c Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Thu, 26 Oct 2023 17:50:31 +0000 Subject: [PATCH] Fix tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a891618..553edb1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # make sure to test the local checkout in scripts and not the pre-installed one (don't use quotes!) export PYTHONPATH = src -check_dirs := src tests scripts +check_dirs := src tests style: python -m black --line-length 119 --target-version py310 $(check_dirs) setup.py