From 112350258327d4ef907116c946d25cb3d9c2d2f5 Mon Sep 17 00:00:00 2001 From: PatillaCode Date: Fri, 16 Jun 2023 02:30:51 +0200 Subject: [PATCH] order pre-commit mirrors --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5079b0f..7b884c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,8 +20,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - - id: trailing-whitespace - id: check-toml + - id: check-toml id: check-yaml id: detect-private-key id: end-of-file-fixer + id: trailing-whitespace