Pre-commit: ensure to use python3 version of pylint

This commit is contained in:
Benjamin Renard 2025-03-21 17:29:10 +01:00
parent 3d0c74ca37
commit f49bccfd94
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -52,7 +52,7 @@ repos:
hooks:
- id: pylint
name: pylint
entry: pylint
entry: python3 -m pylint
language: system
types: [python]
require_serial: true