device/sample/.pre-commit-config.yaml

10 lines
245 B
YAML
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-xml
# - id: ...