mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 17:10:22 +03:00
16 lines
286 B
Makefile
16 lines
286 B
Makefile
SOURCES=../../runtimes/python/catala/src/catala/runtime.py src/allocations_familiales.py main.py src/api.py
|
|
|
|
dependencies:
|
|
pip install -r requirements.txt
|
|
|
|
type:
|
|
mypy $(SOURCES)
|
|
|
|
format:
|
|
autopep8 --in-place $(SOURCES)
|
|
|
|
bench:
|
|
python main.py bench
|
|
|
|
show_log:
|
|
python main.py show_log
|