From 42c0d0f48fbf8e8f232bcf6d01ec15b8e27f1df9 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 14 Apr 2023 00:06:13 -0700 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: