diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d5e7dd..ae464c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: fix-byte-order-marker # Versions must be kept in sync with lockfile - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.4.10' + rev: 'v0.5.5' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]