Closed NikoOinonen closed 1 year ago
Added # fmt: off/on according to discussion in #210. Also applied black to a couple of the files.
# fmt: off/on
Also, I found it useful to run black from inside VScode to see immediately what it would look like, so I added the
[tool.black] line-length = 180
to pyproject.toml, which allows black inside the editor to automatically pick up the correct line length.
pyproject.toml
With this I'm happy if we just run black over the whole repo. I'll leave it to @ProkopHapala to check if he has any more things that need manual formatting.
Added
# fmt: off/on
according to discussion in #210. Also applied black to a couple of the files.Also, I found it useful to run black from inside VScode to see immediately what it would look like, so I added the
to
pyproject.toml
, which allows black inside the editor to automatically pick up the correct line length.