Files
kdenlive/.pre-commit-config.yaml
Julius Künzel 33ca145117 Add pre-commit hook for codespell
- Adds a pre-commit config to enable codespell
- Adds a codespell config
- Enables a CI job to run the pre-commit hooks
2025-10-06 18:30:04 +00:00

9 lines
170 B
YAML

# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell