From c87fbb1ca9b70e39f36c81879aa6b5e6cf17d051 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Mar 2026 14:16:17 +0000 Subject: [PATCH] upd pre-commit config --- .pre-commit-config.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c908c1a..2649116 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,14 @@ repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v2.3.0 + hooks: + - id: check-yaml + - id: end-of-file-fixer + - id: trailing-whitespace + - repo: https://github.com/astral-sh/uv-pre-commit # uv version. rev: 0.10.7 hooks: # Update the uv lockfile - - id: uv-lock \ No newline at end of file + - id: uv-lock