From a97abe4557ac63434db9aa632f78bdbb36cf7802 Mon Sep 17 00:00:00 2001 From: Ajurna Date: Tue, 4 Oct 2022 22:26:14 +0100 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99b2b27..f3791a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/python-poetry/poetry - rev: '1.2.0rc1' # add version here + rev: '1.2.1' # add version here hooks: - id: poetry-check - id: poetry-export - args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"] + args: ["--without-hashes", "-o", "requirements.txt"] - repo: https://github.com/pycqa/flake8 rev: "5.0.4" hooks: