From 5758d502372d89bafd5430c7e2f48ee0381805c1 Mon Sep 17 00:00:00 2001 From: phofmeier <29092952+phofmeier@users.noreply.github.com> Date: Sun, 14 Sep 2025 01:10:35 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0b3fe2..1ce0c5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.1 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-python-dateutil]