Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change examples away from Haiku #1300

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
settings
  • Loading branch information
lockwo committed Feb 10, 2025
commit b403e0a6791e19928923772df0caa5ee68ebaf56
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -24,9 +24,7 @@
"--config", "pyproject.toml",
"--ignore", "E203,E501,W503"
],
"python.linting.flake8Enabled": false,
"python.linting.flake8Enabled": true,
"python.defaultInterpreterPath": "${workspace}/venv/bin/python3",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.linting.enabled": false,
"python.linting.pylintEnabled": true
"python.terminal.activateEnvInCurrentTerminal": true
}