Exemplo n.º 1
0
def rules():
    return [
        PythonSourceTarget.register_plugin_field(SkipYapfField),
        PythonSourcesGeneratorTarget.register_plugin_field(SkipYapfField),
        PythonTestTarget.register_plugin_field(SkipYapfField),
        PythonTestsGeneratorTarget.register_plugin_field(SkipYapfField),
    ]
Exemplo n.º 2
0
def rules():
    return [
        PythonSourcesGeneratorTarget.register_plugin_field(SkipDocformatterField),
        PythonSourceTarget.register_plugin_field(SkipDocformatterField),
        PythonTestsGeneratorTarget.register_plugin_field(SkipDocformatterField),
        PythonTestTarget.register_plugin_field(SkipDocformatterField),
        PythonTestUtilsGeneratorTarget.register_plugin_field(SkipDocformatterField),
    ]
Exemplo n.º 3
0
def rules():
    return [
        PythonSourcesGeneratorTarget.register_plugin_field(SkipAutoflakeField),
        PythonSourceTarget.register_plugin_field(SkipAutoflakeField),
        PythonTestsGeneratorTarget.register_plugin_field(SkipAutoflakeField),
        PythonTestTarget.register_plugin_field(SkipAutoflakeField),
        PythonTestUtilsGeneratorTarget.register_plugin_field(
            SkipAutoflakeField),
    ]