diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 598bd2e..866442c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy # empty args needed in order to match mypy cli behavior