mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-18 15:48:04 +02:00
[Haik]: ckpt, nine router now runs on different ports for dev vs prod. Also made a custom linter to enforce my standards
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"python.analysis.typeCheckingMode": "strict",
|
||||
"python.analysis.include": ["backend"],
|
||||
"python.analysis.exclude": [
|
||||
"backend/.venv",
|
||||
"backend/uv-bin",
|
||||
"backend/data",
|
||||
"backend/tests"
|
||||
],
|
||||
"python.analysis.diagnosticSeverityOverrides": {
|
||||
"reportMissingTypeStubs": "none"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user