view .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
line wrap: on
line source

{
  "python.linting.pylintEnabled": false,
  "python.linting.flake8Enabled": true,
  "python.linting.enabled": true,
  "python.formatting.provider": "yapf",

  "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"],
  "python.analysis.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"]
}