diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index faa679b0..ccefbba9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 # v0.16.1 + rev: 7c55798a78262d14b2074abf623d8a992ebb70d4 # v0.16.2 hooks: - id: ruff-check args: [ --fix ]