在 <anything> 之前禁用 isort 检查 2 个空行

disable isort check for 2 empty lines before <anything>

如何禁用 isort 检查 <anything>

之前的 2 个空行
import sys

class Person:
    def __init__(self):
        self.name = "moish"

我试着告诉 isort 忽略空格,但这没有帮助:

$ isort -ws main.py
Fixing /home/oren/main.py <----- arrrggghhh leave spacing to me

使用--lines-after-imports参数