diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index faed614..7ca9204 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ minimum_pre_commit_version: "3.0.4" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.2 + rev: v0.6.3 hooks: - id: ruff args: - --fix - id: ruff-format - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -20,7 +20,7 @@ repos: hooks: - id: prettier - repo: "https://github.com/pre-commit/mirrors-mypy" - rev: "v1.9.0" + rev: "v1.11.2" hooks: - id: "mypy" name: "Check type hints (mypy)"