diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6a0548..af1f2cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,18 +33,18 @@ repos: hooks: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.14.1 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/cdce8p/python-typing-update - rev: v0.7.2 + rev: v0.7.3 hooks: - id: python-typing-update stages: [manual]