diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10304a10..f6a4e537 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: args: # arguments to configure black - --line-length=89 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.1 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix]