[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: pip:
name: name:
- autopep8 - autopep8
- pylint # - pylint # must be installed in each venv individually!
executable: /usr/local/bin/pip3 executable: /usr/local/bin/pip3
when: user_lang_python == true when: user_lang_python == true
- name: vscode - Python - name: vscode - Python