From 5232b132f765b420f2df87910730d89fb75148c1 Mon Sep 17 00:00:00 2001 From: Reinder Vos de Wael Date: Tue, 19 Dec 2023 16:10:32 -0500 Subject: [PATCH] Remove poetry-lock hook from pre-commit config --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 076c60c..c970168 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos: rev: 1.7.1 hooks: - id: poetry-check - - id: poetry-lock - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.8