Files
godot-docs/.pre-commit-config.yaml
2026-08-08 00:21:14 +02:00

19 lines
435 B
YAML

default_language_version:
python: python3
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.4.3
hooks:
- id: codespell
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: '^classes'
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']