Commit 2025-11-26 08:45 07e962fd
View on Github âfeat: the empty line in commands linter (#25945) This linter flags empty lines within a command. It allows empty lines within doc-strings, module-docs and a couple of other "sensible" places. It also skips files that are likely to contain meta-code, since there the use of empty lines in definition is more widespread. This PR continues the work from #25236.