Skip to content

Commit

Permalink
chore: remove potry.lock and update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Dec 22, 2023
1 parent ecc8e3e commit bc78578
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3,234 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ dmypy.json

# Cython debug symbols
cython_debug/

# Poetry
poetry.lock
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
Expand Down
Loading

0 comments on commit bc78578

Please sign in to comment.