In python cells I can add the comments `# fmt: off` before a block of code that I want black/autoformatter to ignore and `# fmt: on` afterwards. Is there anything similar I can put in sql cells to accomplish the same effect?
Some of the recommendations make the code far less legible.
Also is there any way to ignore single lines in the python cell?