From 1ecdff17fd5eeff9cd9c75a27baa475649fec89c Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Sun, 23 Nov 2025 12:09:02 -0500 Subject: [PATCH 1/2] Update .pre-commit-config.yaml Update mypy --- .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 c9db18f..adbb27e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - toml files: ^(pyhilo|tests)/.+\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.920 + rev: v1.18.2 hooks: - id: mypy files: ^pyhilo/.+\.py$ From 4c1b77bd5808f5b005f9e87a413e47a063d88b40 Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Sun, 23 Nov 2025 12:36:08 -0500 Subject: [PATCH 2/2] Update .pre-commit-config.yaml Add PyYAML to dependencies for proper linting --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adbb27e..41e3943 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,7 @@ repos: additional_dependencies: - types-python-dateutil==2.8.0 - types-aiofiles==23.2.0 + - types-PyYAML - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0