From dd1aa3a7f5923c14507177fa1d5294d69f856569 Mon Sep 17 00:00:00 2001 From: "gaphor-updater[bot]" <189566278+gaphor-updater[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:32:04 -0500 Subject: [PATCH] Update pre-commit hooks (#864) Co-authored-by: amolenaar <96249+amolenaar@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84c554ee..15c71980 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/pre-commit/mirrors-mypy - rev: f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0 + rev: 648203cec3e499b9eff54a24d6cf4b25ce02eb1e # frozen: v1.14.0 hooks: - id: mypy - repo: https://github.com/pre-commit/pre-commit-hooks @@ -15,7 +15,7 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'fc6ef5d0dd21a2a98a7fc6956e4f16166cb6562a' # frozen: v0.8.3 + rev: 'f0b5944bef86f50d875305821a0ab0d8c601e465' # frozen: v0.8.4 hooks: - id: ruff args: [--fix]