Files
rendercv/.pre-commit-config.yaml
2025-12-09 17:08:14 +03:00

17 lines
450 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.8
hooks:
- id: ruff
# - repo: https://github.com/RobertCraigie/pyright-python
# rev: v1.1.407
# hooks:
# - id: pyright
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell
args:
- --skip=src/rendercv/schema/models/locale/other_locales/*
- --exclude-file=schema.json