diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6dddee..831ffec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.9.2 hooks: - id: ruff types_or: [python] @@ -13,7 +13,7 @@ repos: - id: ruff-format types_or: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v1.14.1" hooks: - id: mypy additional_dependencies: [types-PyYAML]