Closed ethanrucinski closed 1 year ago
Looks pretty good, a few style nitpicks. let's also make sure we apply Black to all this code, if it's a lot of a changes then we can do a followup PR.
Done. I am running black with the following options:
"black-formatter.args": ["--skip-string-normalization", "--line-length", "120"],
I had this entered incorrectly before which is why none of the formatting rules were getting applied.
Done. I am running black with the following options:
I had this entered incorrectly before which is why none of the formatting rules were getting applied.