From dd7958f18bae7c03c554657c14da9bbe869d629e Mon Sep 17 00:00:00 2001 From: Johnny Shaw Date: Fri, 3 May 2024 14:03:47 -0600 Subject: [PATCH] fix pre-commit pylint when in venv --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbd4d5f..55a5c32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: pylint name: pylint - entry: pylint + entry: python -m pylint language: system types: [python] require_serial: true