aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-07-12 23:14:23 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-07-12 23:14:23 +0200
commitf333cae22e1d19119b1aa9ee9d30daa21243d1d8 (patch)
tree28cbef38210abb01284a54041250342f556bd8e9 /Makefile
parentRemove black from the pool of colors. (diff)
downloadrainbow-parenthesis-f333cae22e1d19119b1aa9ee9d30daa21243d1d8.tar.gz
rainbow-parenthesis-f333cae22e1d19119b1aa9ee9d30daa21243d1d8.tar.xz
Move project to a proper module layout.
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..595a7c2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+.PHONY: check
+
+check:
+ flake8
+ mypy -p rainbow_parenthesis