diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b7844c7..a62b0109 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: no-commit-to-branch args: ['--branch', 'main'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.8.1 hooks: - id: ruff args: ['--ignore=E741,E501', '--extend-exclude=subprojects', '.']