Skip to content

Commit

Permalink
Enabled ruler and unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarswell committed Mar 21, 2022
1 parent 0ffb1fb commit ec0334d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
"python.testing.unittestEnabled": true,
"editor.rulers": [90,100]
}

0 comments on commit ec0334d

Please sign in to comment.