From: Ɓukasz Langa Date: Sun, 1 Apr 2018 06:50:27 +0000 (-0700) Subject: Ignore `# fmt: off` as inline comment X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2f260514f67f154d1c8f59bc9ea899406d8a2cfd?hp=2f260514f67f154d1c8f59bc9ea899406d8a2cfd Ignore `# fmt: off` as inline comment Black cannot currently support this form due to its generator-based nature. This is mostly a problem for existing `# yapf: disable` usage as trailing comment. Fixes #95 ---