sandpypi/.vscode/settings.json
Stan44 d05e64839f - gravity and physics are the same thing now.
- __init__.py added to all folders
- preparing docs
- .gitignore updated
- .vscode/settings.json updated
- mypy.ini updated
- pyproject.toml updated
- plansandideas/Coding optimization plan.md added
- plansandideas/REORGANIZATION.md added
- scripts/lint.py added
- scripts/setup_dev.py added
- requirements-dev.txt added
- and more.
2025-01-05 03:35:17 -06:00

8 lines
145 B
JSON

{
"python.linting.pylintArgs": [
"--disable=E1101",
"--ignored-modules=pygame"
],
"cody.agentic.context.experimentalShell": true
}