From 1117cf5729d5896d960285e3d522064c63e2a2cc Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 16 Mar 2023 10:05:46 +0700 Subject: [PATCH] update pre-commit yaml --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a61f5282..865307896 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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