diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89c398e..25a2aa0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: prettier types_or: [yaml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.14.0" + rev: "v1.14.1" hooks: - id: mypy additional_dependencies: [types-PyYAML==6.0.12.11, "types-requests"]