[CODE] devel-setup: do not install pylint globally

This commit is contained in:
Jannik Beyerstedt 2020-04-06 11:15:32 +02:00
parent 9183c3b0dc
commit d9ab6a995f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
pip:
name:
- autopep8
- pylint
# - pylint # must be installed in each venv individually!
executable: /usr/local/bin/pip3
when: user_lang_python == true
- name: vscode - Python