mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
CONFIG = Config(path="~/.config/island-code-extractor", header="island-code-extractor")
6 lines
172 B
JSON
6 lines
172 B
JSON
{
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.prospectorEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.pythonPath": ".venv/bin/python"
|
|
} |