Skip to content

Commit

Permalink
chore: delete all previous files and reset project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansaul committed Nov 20, 2024
1 parent e39524c commit a65cbd4
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 952 deletions.
14 changes: 3 additions & 11 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-python.python",
"ms-python.pylint",
"ms-python.isort",
"Codeium.codeium",
"ms-python.vscode-pylance",
"usernamehw.errorlens",
"ms-python.black-formatter",
"ms-python.mypy-type-checker",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-spanish",
"Gruntfuggly.todo-tree",
"tamasfe.even-better-toml",
"ms-python.vscode-pylance",
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}
"unwantedRecommendations": []
}
31 changes: 14 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports": "explicit",
},
},
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"cSpell.language": "en,es",
"cSpell.words": [
"APKAIAHLS",
"articulos",
Expand All @@ -11,31 +22,17 @@
"curso",
"descargar",
"facilitopy",
"hashify",
"ivansaul",
"KHTML",
"levelname",
"mhtml",
"mypy",
"noprogress",
"outtmpl",
"pydantic",
"secho",
"tprint",
"typer"
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
},
"editor.formatOnSave": true
},
"isort.args": [
"--profile",
"black"
],
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"cSpell.language": "en,es",
}
}
182 changes: 0 additions & 182 deletions coco.py

This file was deleted.

24 changes: 0 additions & 24 deletions src/facilito/consts.py

This file was deleted.

Loading

0 comments on commit a65cbd4

Please # to comment.