def parse_options()

in teamcity/flake8_v2_plugin.py [0:0]


    def parse_options(cls, options):
        if not enable_teamcity:
            return

        options.reporter = TeamcityReport
        options.report = TeamcityReport(options)
        options.jobs = None  # needs to be disabled, flake8 overrides the report if enabled