From 442e6e6845a6220355c1b1007bc0470cf2d2a8b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:35:42 +0000 Subject: [PATCH] chore(deps): update ruff to v0.15.9 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb194434a..ffaf8c0de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: # https://docs.astral.sh/ruff/integrations/#pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.9 hooks: # Run the linter with fixes - id: ruff diff --git a/pyproject.toml b/pyproject.toml index c490298f5..e6c6004c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "pytest-socket==0.7.0", "pytest-sugar==1.1.1", "pytest-xdist==3.8.0", - "ruff==0.15.7", + "ruff==0.15.9", "types-beautifulsoup4==4.12.0.20250516", "types-fpdf2==2.8.4.20260322", "types-python-dateutil==2.9.0.20260323",