update pre-commit yaml

This commit is contained in:
hathach 2023-03-16 10:05:46 +07:00
parent cd1726c009
commit 1117cf5729
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA

View File

@ -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