diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd91011..1f99cc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - id: absolufy-imports - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.7.1' + rev: 'v0.8.4' hooks: - id: ruff args: [ '--fix', '--exit-zero' ]