diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3513137..138be5a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py310-plus] @@ -40,7 +40,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.7.1 hooks: - id: ruff args: @@ -57,7 +57,7 @@ repos: exclude: ^tests/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy exclude: ^tests/.*$