From 045de5eaaf091012fd6938c22eaed27845b21562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Mon, 17 Oct 2022 18:23:12 +0200 Subject: [PATCH] ci: launch .venv's pylint instead of system's --- .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 27a8b70..58462b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: hooks: - id: pylint name: pylint - entry: pylint + entry: .venv/bin/pylint language: system types: [ python ] exclude: "test_*"