Skip to content

Commit

Permalink
Organizing imports upon saving files
Browse files Browse the repository at this point in the history
  • Loading branch information
tpiekarski committed Jul 17, 2020
1 parent 3a50da5 commit bf18f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.rulers": [
100,
120
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ derl tests/test-directory/ --context --dispatch > tests/references/output-with-c

## [Links](#links)

- Blog, eshlox, [VS Code - sort Python imports automatically](https://eshlox.net/2019/12/02/vscode-sort-python-imports-automatically)
- Digital Ocean, [How-To Use String Formatters in Python 3](https://www.digitalocean.com/community/tutorials/how-to-use-string-formatters-in-python-3)
- Findwork, [Advanced usage of Python requests - timeouts, retries, hooks](https://findwork.dev/blog/advanced-usage-python-requests-timeouts-retries-hooks/)
- Geeks for geeks, [Testing Output to stdout](https://www.geeksforgeeks.org/python-testing-output-to-stdout/)
Expand Down

0 comments on commit bf18f87

Please sign in to comment.