diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42a28089..b1d076dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/asottile/reorder-python-imports - rev: v3.16.0 + rev: v3.17.0 hooks: - id: reorder-python-imports args: [--py310-plus, --add-import, 'from __future__ import annotations'] @@ -33,10 +33,10 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy - repo: https://github.com/biomejs/pre-commit - rev: v2.5.2 + rev: v2.5.3 hooks: - id: biome-check