From 416e9d13a0b2165f9bc9262139fa2725c69149ae Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 14 Jan 2026 20:13:51 +0500 Subject: [PATCH 1/2] chore: update pre-commit hooks to latest versions --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 839d4fc..3d81ad3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.0 + rev: v0.14.11 hooks: - - id: ruff + - id: ruff-check - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 25.12.0 hooks: - id: black From 20cbd7b2f268b5ddc31e84415f7b36040b91f3e7 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 14 Jan 2026 20:16:53 +0500 Subject: [PATCH 2/2] feat: add check-toml hook to pre-commit checks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d81ad3..ff8aedb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: + - id: check-toml - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace