From 636567d58453021010159b0ccccb88fa58230c4c Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Fri, 23 Feb 2024 16:07:40 +0100 Subject: [PATCH] Fix pre-commit-hook --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 33f0cedb..9ddf032a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: import-linter description: Import Linter allows you to define and enforce rules for the internal and external imports within your Python project. entry: lint-imports - language: python + language: system types: [python] pass_filenames: false