diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bac4a1af6..ee030cba8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.3 + rev: v0.4.7 hooks: - id: ruff - id: ruff-format diff --git a/requirements-dev.txt b/requirements-dev.txt index 668d6fbd9..a650c8bcb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -ruff == 0.3.3 +ruff == 0.4.7 pre-commit pytest pytest-cov[toml]