Skip to content

Commit

Permalink
docs: πŸ“ add internal architcture documentation (#52)
Browse files Browse the repository at this point in the history
* docs: πŸ“ add internal architcture documentation

* chore: 🧹 update VSCode settings for project files
  • Loading branch information
lucas-labs authored Feb 17, 2025
1 parent 177450d commit f1a525d
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,23 @@

// βš™οΈ config
"**/**/*.code-workspace": true,
// "poetry.lock": true,
"poetry.lock": true,
"poetry.toml": true,
"Taskfile.yml": true,

// 🧼 linters & styles
".ruff.toml": true,
"coco.yml": true,
".env": true,

// πŸ§ͺ tests
// "tests": true,
"noxfile.py": true,
// "noxfile.py": true,
"conftest.py": true,
".nox": true,
// "htmlcov": true,
// "coverage": true,
// ".coverage": true,

// πŸ—‘οΈ
".task": true, // task-go
".poetry": true,
".venv": true,
".vscode": true,
".ruff_cache": true,
Expand All @@ -36,17 +34,8 @@

// πŸ“ docs
// "**/**/README.md": true
"LICENSE": true,
},
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter"
},

"black-formatter.importStrategy": "fromEnvironment",

"evenBetterToml.schema.associations": {
"\\.?coco(\\.yml|\\.yaml|rc)$": "https://gist.githubusercontent.com/lucas-labs/0cb798e4b6c7fc720c7111c40d215c21/raw/cb068efd7d73794e738a5240a80f0cb729883553/coco-schema.json"
Expand Down
Loading

0 comments on commit f1a525d

Please sign in to comment.