pycharm_basics: add missing plugins declaration

This commit is contained in:
Yann Cébron 2022-03-01 16:28:09 +01:00
parent ce094e46ec
commit 6bcd722155

View File

@ -18,6 +18,7 @@ repositories {
intellij { intellij {
version = '2021.2' version = '2021.2'
type = 'PY' type = 'PY'
plugins = ["Pythonid"]
downloadSources = false downloadSources = false
} }