summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Scholten2026-03-30 11:42:22 +1000
committerSam Scholten2026-03-30 11:42:22 +1000
commit637ddc52f4dc23ba3aa7cccef014aa85cab36b49 (patch)
treed9116fb184f32741bf1c8571ab6160be0b08acb3 /Makefile
parent5a7c47d626ff3fc1352b2036001e853ae211d1af (diff)
downloadpicostream-637ddc52f4dc23ba3aa7cccef014aa85cab36b49.tar.gz
picostream-637ddc52f4dc23ba3aa7cccef014aa85cab36b49.zip
Release v1.0.0v1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index c9a7a95..0000000
--- a/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-format:
- ruff format
- ruff check --fix --select F,B,I .
- ruff format
-
-lint:
- prospector --with-tool mypy
-
-complexity:
- complexipy --sort asc .
-
-complexity-json:
- complexipy --sort desc --output-json .
-
-