Files
crawl4ai/.pre-commit-config.yaml
2025-01-13 19:19:58 +08:00

8 lines
178 B
YAML

# .pre-commit-config.yaml
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks:
- id: ruff
args: [--fix]
- id: ruff-format