From b02a6683f778a2ac981563c1ee0f376940c8ce25 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 13 Sep 2022 00:24:12 +0200 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fda73a5..0e5972d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: args: [--py39-plus] - repo: https://github.com/crate-ci/typos - rev: v1.11.0 + rev: v1.12.4 hooks: - id: typos - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black @@ -41,7 +41,7 @@ repos: - id: flake8 - repo: https://github.com/python-poetry/poetry - rev: 1.2.0b3 + rev: 1.2.0rc1 hooks: - id: poetry-check - id: poetry-export