diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57ab5e702b5..1d47ba2b3f1 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.4.7 + rev: v0.4.8 hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index 9fd47c71346..58ce5128ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -669,7 +669,7 @@ filterwarnings = [ ] [tool.ruff] -required-version = ">=0.4.7" +required-version = ">=0.4.8" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index e465849f02a..94758f58e32 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,5 +1,5 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit codespell==2.3.0 -ruff==0.4.7 +ruff==0.4.8 yamllint==1.35.1