Makefile 272 B

12345678910111213
  1. .PHONY: install test demo lint
  2. install:
  3. pip install -e .[dev]
  4. test:
  5. pytest -q
  6. lint:
  7. ruff check src tests
  8. demo:
  9. python -m dkma_labor_arbitration.cli decide --law data/sample/legal_provisions.jsonl --claim "公司没有签订书面劳动合同,并拖欠工资。"