From f49bccfd94ee9c7d08e8d7559288c53d7773b3b3 Mon Sep 17 00:00:00 2001 From: Benjamin Renard <brenard@easter-eggs.com> Date: Fri, 21 Mar 2025 17:29:10 +0100 Subject: [PATCH] Pre-commit: ensure to use python3 version of pylint --- .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 98c95ad..093c591 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: hooks: - id: pylint name: pylint - entry: pylint + entry: python3 -m pylint language: system types: [python] require_serial: true