[CODE] devel-setup: do not install pylint globally
This commit is contained in:
parent
9183c3b0dc
commit
d9ab6a995f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue