diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66d1faee..aa1ab6bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: skip: [lint-staged] repos: - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 # Use the sha / tag you want to point at + rev: v1.19.1 # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: @@ -16,7 +16,7 @@ repos: - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.15.1 hooks: - id: ruff args: [--fix]