diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bae72fe..2cf9fd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,13 +38,13 @@ repos: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.5 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/cdce8p/python-typing-update - rev: v0.7.3 + rev: v0.8.1 hooks: - id: python-typing-update stages: [manual]