From 75ec849bb9cda3c85746314b3a1797a58f22db9d Mon Sep 17 00:00:00 2001 From: complynx <1325654+complynx@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:13:56 +0000 Subject: [PATCH] chore: pre-commit autoupdate (2026-02-17) --- .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 837bf4c0..0d802771 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: # exclude: ^(src/nebius/api|.direnv|.eggs|.git|.hg|.ipynb_checkpoints|.mypy_cache|.nox|.pytest_cache|.ruff_cache|.tox|.svn|.venv|.vscode|pypackages|_build|buck-out|build|dist|venv)/ - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.0 + rev: v0.15.1 hooks: # Run the linter. - id: ruff