mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
17 lines
450 B
YAML
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
|