ci: launch .venv's pylint instead of system's
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-10-17 18:23:12 +02:00
commit 045de5eaaf
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2

View file

@ -65,7 +65,7 @@ repos:
hooks: hooks:
- id: pylint - id: pylint
name: pylint name: pylint
entry: pylint entry: .venv/bin/pylint
language: system language: system
types: [ python ] types: [ python ]
exclude: "test_*" exclude: "test_*"