From 6c5b3e1358b6c98ec7d832362c47963712261e1a Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 12 Sep 2021 16:00:38 +0200 Subject: [PATCH] pre-commit: drop useless checks --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7340a47..fed44c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,8 +28,3 @@ repos: rev: 3.9.2 hooks: - id: flake8 -- repo: https://gitlab.com/smop/pre-commit-hooks - rev: v1.0.0 - hooks: - - id: check-poetry - - id: check-gitlab-ci