Newer
Older
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
hooks:
- id: doc8
- repo: https://github.com/codespell-project/codespell
hooks:
- id: codespell
stages: [commit]
additional_dependencies:
- tomli
# Prevent committing inline conflict markers
- repo: https://github.com/pre-commit/pre-commit-hooks
args: [--assume-in-merge]
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace