diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff99445a0..3a1d316fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: sort-all types: [file, python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.9' + rev: 'v0.3.4' hooks: - id: ruff args: [--fix]