diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4965d57..1a00f8ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --show-fixes] @@ -50,7 +50,7 @@ repos: args: [--autofix, --indent, '4'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-Jinja2, types-click]