Class Python


  • public class Python
    extends FormatterFactory
    A FormatterFactory implementation that corresponds to <python>...</python> configuration element.

    It defines a formatter for python source files that can execute both language agnostic (e.g. LicenseHeader) and python-specific (e.g. Black) steps.

    • Constructor Detail

      • Python

        public Python()