Fix tests

This commit is contained in:
Lewis Tunstall
2023-10-26 17:50:31 +00:00
parent a28b4cfc6e
commit da5dfbe9b6
+1 -1
View File
@@ -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