Closed MetRonnie closed 2 months ago
https://github.com/flake8-implicit-str-concat/flake8-implicit-str-concat
Use these 2 rules (better documented by ruff!):
z = "The quick " "brown fox."`
(I spotted an example of this somewhere a while ago, can't remember where though)
z = "The quick brown fox jumps over the lazy "\ "dog."
Check List
CONTRIBUTING.md
conda-environment.yml
?.?.x
https://github.com/flake8-implicit-str-concat/flake8-implicit-str-concat
Use these 2 rules (better documented by ruff!):
(I spotted an example of this somewhere a while ago, can't remember where though)
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.conda-environment.yml
?.?.x
branch.