diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6db5cf48..33da0f68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -11,7 +11,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "-a", "from __future__ import annotations"] @@ -22,12 +22,12 @@ repos: files: "src/.*\\.pyi?$" args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.3.0 hooks: - id: black language_version: python - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v1.2.0 hooks: - id: mypy additional_dependencies: