File size: 193 Bytes
3e53b8b
1ce59c5
3e53b8b
 
 
 
 
 
 
 
9d2647f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
install:
	python -m pip install -r requirements.txt

format:
	python -m ruff format .

lint:
	python -m ruff check --select I,RUF022 --fix .

check:
	python -m ruff check .

run:
	python app.py