diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4beecc2c3929..81465b5d95f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.13 hooks: - id: ruff-check args: diff --git a/pyproject.toml b/pyproject.toml index e045558d2e19..b717b1141f28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -648,7 +648,7 @@ exclude_lines = [ ] [tool.ruff] -required-version = ">=0.15.12" +required-version = ">=0.15.13" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index cd8aec77ad94..649e45c9ea31 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit codespell==2.4.2 -ruff==0.15.12 +ruff==0.15.13 yamllint==1.38.0 zizmor==1.24.1