From 0571955ce9c34fb5b12935019f38c14749c83e12 Mon Sep 17 00:00:00 2001 From: Okhunjon Kuvatov Date: Wed, 24 Jun 2026 22:30:51 +0500 Subject: [PATCH] Update the pre-commit version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21f8947..92bc86e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: codespell exclude: ^locale/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.19 hooks: - id: ruff-check args: [--fix]