diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9508c4246..461940a42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: # Autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.11.4 hooks: - id: ruff args: ['--fix']