Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 347 Bytes

Kadalian Python Project Template

Installation

  • Poetry configuration: poetry config virtualenvs.in-project true
  • Initial installation: poetry install

Usage

  • Run tests: poetry run pytest
  • Install pre-commit hooks: poetry run pre-commit install
  • Run pre-commit scripts from commandline: poetry run pre-commit run --all-files