diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d89fb012f24..3cb2d737dba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.6.9 hooks: - id: ruff types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index ed51d1cefdb..9329d8dcfc7 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -3,4 +3,4 @@ -r requirements.txt mypy==1.8.0 -ruff==0.4.3 +ruff==0.6.9