From 7766008b02003506c1c853d8b224d3070011ddc6 Mon Sep 17 00:00:00 2001 From: Damon Bayer Date: Thu, 14 Nov 2024 12:43:14 -0600 Subject: [PATCH] remove redundant pre-commit-config option --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f6f0c4..3a7a8f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,6 @@ repos: rev: v0.4.3.9001 hooks: - id: style-files - - id: deps-in-desc - - id: lintr - id: deps-in-desc args: [--allow_private_imports] + - id: lintr