From cadac019b6cdabe5d42b3658414e1842662aac37 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 11 Sep 2025 14:49:58 +1000 Subject: init --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c9a7a95 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ + + + +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 . + + -- cgit v1.2.3