diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 907ca7284..eba282baa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.0 + rev: v0.8.3 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 190db0bc1..fc5ebda17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ ] dev = [ "mypy", - "ruff>=0.6", + "ruff>=0.8.3", "pytest", "pytest-timeout", "pytest-cov",