mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 16:55:25 +00:00
update pre-commit yaml
This commit is contained in:
@ -3,6 +3,13 @@
|
||||
# SPDX-License-Identifier: Unlicense
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: codespell
|
||||
|
||||
Reference in New Issue
Block a user