Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into feat/web-api
  • Loading branch information
mihow committed Aug 27, 2024
2 parents 9bf5c56 + 266a7a4 commit 4a08564
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 126 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ trapdata.ini
# Docker volumes
db_data/


# Test files
sample_images
sample_images
bak
20 changes: 12 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"[python]": {
"editor.formatOnSave": true,
"diffEditor.codeLens": true,
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.sortImports": "explicit",
"source.fixAll.markdownlint": "explicit",
"source.fixAll": "explicit"
},
"files.insertFinalNewline": true,
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"isort.args": [
"--profile",
"black"
],
"[python]": {
"editor.formatOnSave": true,
"diffEditor.codeLens": true,
"editor.defaultFormatter": "ms-python.black-formatter"
},
"cSpell.words": [
"argmax",
"astype",
Expand All @@ -27,5 +31,5 @@
"sqlalchemy",
"torchvision",
"trapdata"
],
]
}
256 changes: 141 additions & 115 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ torch = "^2.1.0"
torchvision = "^0.16.0"
timm = "^0.6.13"
structlog = "^22.3.0"
kivy = { extras = ["base"], version = "^2.1.0" }
kivy = { extras = ["base"], version = "^2.3.0" }
plyer = "^2.1.0"
pyobjus = [
{ version = "^1.2.1", platform = "darwin" },
Expand Down
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a08564

Please sign in to comment.