ci: launch .venv's pylint instead of system's
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3a4c8ea2fa
commit
045de5eaaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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_*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue