From 2c66afa3e15ac03038ae17a1191224e37ada34ae Mon Sep 17 00:00:00 2001 From: markuslf <31855393+markuslf@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:28:01 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 8473fc2..54a4d74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,14 +10,14 @@ repos: - id: 'trailing-whitespace' - repo: 'https://github.com/astral-sh/ruff-pre-commit' - rev: 'v0.15.17' + rev: 'v0.15.18' hooks: - id: 'ruff-check' args: ['--fix'] - id: 'ruff-format' - repo: 'https://github.com/pylint-dev/pylint' - rev: 'v4.0.5' + rev: 'v4.0.6' hooks: - id: 'pylint'