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