aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: c9a7a95f9a9f7bf4a94e7cdf1f0f9055e4aabe4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 .