summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be30dac..d5b25cb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,10 @@ all:
./check_checkers.py
./check_loaders.py > dist/loaders.html
+check:
+ black -S --check check_checkers.py
+ pyright
+
clean:
rm -r dist
rm cache.json