From e7340f8ee656a84ebba8db20beb2a1c09338f843 Mon Sep 17 00:00:00 2001 From: jnapper7 Date: Sun, 2 Apr 2023 02:40:48 +0000 Subject: [PATCH] chore: Auto-update pre-commit hooks --- .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 fd0deae..25ee2d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,21 +13,21 @@ repos: - id: check-added-large-files args: ["--maxkb=500"] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.1.1 hooks: - id: mypy additional_dependencies: [pydantic] args: ["--install-types", "--non-interactive"] - repo: https://github.com/python-poetry/poetry - rev: '1.3.0' + rev: '1.4.0' hooks: - id: poetry-check #- id: poetry-lock