annotate .vscode/settings.json @ 41:ab54c9f65f76

project updates; rdflib 7.0.0
author drewp@bigasterisk.com
date Sun, 18 Feb 2024 12:33:52 -0800
parents cb990883e52f
children 7f50e5bb30f5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
1 {
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
2 "python.linting.pylintEnabled": false,
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
3 "python.linting.flake8Enabled": true,
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
4 "python.linting.enabled": true,
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
5 "python.formatting.provider": "yapf",
27
87ab41b8ed52 vscode settings
drewp@bigasterisk.com
parents: 15
diff changeset
6
41
ab54c9f65f76 project updates; rdflib 7.0.0
drewp@bigasterisk.com
parents: 36
diff changeset
7 "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"],
ab54c9f65f76 project updates; rdflib 7.0.0
drewp@bigasterisk.com
parents: 36
diff changeset
8 "python.analysis.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"]
15
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
9 }