crawlee-python/.pre-commit-config.yaml

15 lines
309 B
YAML

repos:
- repo: local
hooks:
- id: lint-check
name: Lint check
entry: uv run poe lint
language: system
pass_filenames: false
- id: type-check
name: Type check
entry: uv run poe type-check
language: system
pass_filenames: false