mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
* linting * adding py.typed * adding pyyaml types * workaround #1 * updating latest * updating dev dependencies * adding isort mypy safety * chore: prepare release 2.3.3
9 lines
272 B
JSON
9 lines
272 B
JSON
{
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.prospectorEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.pythonPath": ".venv/bin/python",
|
|
"restructuredtext.confPath": "${workspaceFolder}/docs/source",
|
|
"peacock.color": "#307E6A"
|
|
}
|