Beispiel #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),
    ]
Beispiel #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),
    ]
Beispiel #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),
    ]