mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
- Adds a pre-commit config to enable codespell - Adds a codespell config - Enables a CI job to run the pre-commit hooks
9 lines
170 B
YAML
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
|