Skip to content

Commit

Permalink
add settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jul 17, 2024
1 parent bba3f61 commit b0fe85b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"--no-pretty",
"--no-strict-optional"
],
"isort.args": [
"--profile",
"black",
"--line-width",
"120"
],
"black-formatter.args": [
"--line-length",
"120"
],
"svg.preview.background": "dark-transparent",
"python.testing.pytestArgs": [
"tests"
Expand Down

0 comments on commit b0fe85b

Please sign in to comment.