diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c0a944..3c6c3b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.8" + rev: "v0.11.13" hooks: - id: ruff types: [file, python] @@ -70,7 +70,7 @@ repos: types: [file, python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.15.0' + rev: 'v1.16.0' hooks: - id: mypy exclude: 'noxfile\.py|docs/conf\.py'