diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b25211..50f4535 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: additional_dependencies: [tomli] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.13.0' + rev: 'v1.14.1' hooks: - id: mypy exclude: 'noxfile\.py|docs/conf\.py' @@ -78,7 +78,7 @@ repos: types: [file, python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.1" + rev: "v0.9.1" hooks: - id: ruff types: [file, python]