Skip to content

Commit

Permalink
cleanup for POC
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Dec 6, 2023
1 parent 8f098c6 commit ce10f5f
Show file tree
Hide file tree
Showing 176 changed files with 25 additions and 84,459 deletions.
1 change: 1 addition & 0 deletions .deprecated_files
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.github/workflows/check_mandatory_and_static_files.yaml
.github/workflows/dev_cd.yaml
.github/workflows/unit_and_int_tests.yaml
.github/workflows/cd.yaml

scripts/check_mandatory_and_static_files.py
scripts/update_static_files.py
Expand Down
47 changes: 0 additions & 47 deletions .description.md

This file was deleted.

157 changes: 0 additions & 157 deletions .design.md

This file was deleted.

7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"editor.rulers": [
88
],
"editor.defaultFormatter": "ms-python.black-formatter",
"ruff.organizeImports": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"licenser.license": "Custom",
"licenser.customHeaderFile": "/workspace/.devcontainer/license_header.txt"
},
Expand All @@ -52,7 +56,6 @@
"visualstudioexptteam.vscodeintellicode",
"ymotongpoo.licenser",
"charliermarsh.ruff",
"ms-python.black-formatter",
"ms-python.mypy-type-checker"
]
}
Expand Down
120 changes: 0 additions & 120 deletions .github/workflows/cd.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/check_config_docs.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/check_readme.yaml

This file was deleted.

Loading

0 comments on commit ce10f5f

Please sign in to comment.