diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e73b4440..da9cfd767 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.4.7 hooks: - id: ruff - id: ruff-format diff --git a/requirements-dev.txt b/requirements-dev.txt index caf1254f1..2e2db0161 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -ruff == 0.2.0 +ruff == 0.4.7 pytest pytest-cov[toml] pytest-xdist