From 2c35e161fd9fc6981e960f53bdc14a4f2f82179c Mon Sep 17 00:00:00 2001 From: phofmeier <29092952+phofmeier@users.noreply.github.com> Date: Sun, 20 Jul 2025 01:24:47 +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 dfd6a8c..42d73a2 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.16.1 + rev: v1.17.0 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-python-dateutil]