Files
kair_algorithms_draft/.pre-commit-config.yaml

14 lines
240 B
YAML
Executable File

repos:
- repo: local
hooks:
- id: format
name: format
language: system
entry: make format
types: [python]
- id: test
name: test
language: system
entry: make test
types: [python]