diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47e3ef9792e..8cb831d6c17 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.0.272 + rev: v0.0.285 hooks: - id: ruff types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index c3eade8a867..62690b3131d 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -4,4 +4,4 @@ black==23.1.0 mypy==1.2.0 -ruff==0.0.272 +ruff==0.0.285