diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52dc9db..333478a 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: 22f0422809455ec89ffdcf5a00170ba816e42ddb # v0.15.16 + rev: 3b3f7c3f57fe9925356faf5fe6230835138be230 # v0.15.17 hooks: - id: ruff-check args: [ --fix ]