setuptools_scm
setuptools_scm copied to clipboard
Apply ruff/flake8-implicit-str-concat rule ISC001
https://docs.astral.sh/ruff/rules/single-line-implicit-string-concatenation/
At first glance all occurences where intentionally line split and had gotten cobbled to a single line, i think multi line Strings are needed
This is the result of applying black in #255, and ruff format will again fold the multiple lines into a single line — unless the code is enclosed in # fmt: off and # fmt: on.
Would you rather add # fmt: directives?
I think real multi line Strings should be used
I'll try to do that with # fmt.
what i meant was using tripple quote string, not disabling fmt
thanks!