- __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.
8 lines
145 B
JSON
8 lines
145 B
JSON
{
|
|
"python.linting.pylintArgs": [
|
|
"--disable=E1101",
|
|
"--ignored-modules=pygame"
|
|
],
|
|
"cody.agentic.context.experimentalShell": true
|
|
}
|