Sha256: 854b4512592c4fe9eebdeaca1e55da3bff86ddd118bf831da507e5c00af16069

Contents?: true

Size: 523 Bytes

Versions: 14

Compression:

Stored size: 523 Bytes

Contents

# frozen_string_literal: true

require 'avm/eac_python_base0/executables'
require 'avm/eac_generic_base0/file_formats/base'

module Avm
  module EacPythonBase0
    module FileFormats
      class Base < ::Avm::EacGenericBase0::FileFormats::Base
        VALID_BASENAMES = %w[*.py].freeze
        VALID_TYPES = ['x-python'].freeze

        def internal_apply(files)
          ::Avm::EacPythonBase0::Executables.yapf.command.append(['--in-place', *files]).system!
          super(files)
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
eac_tools-0.47.1 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.47.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.46.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.45.2 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.45.1 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.45.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.44.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.43.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.42.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.41.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.40.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.39.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb
avm-eac_python_base0-0.2.0 lib/avm/eac_python_base0/file_formats/base.rb
eac_tools-0.38.0 sub/avm-eac_python_base0/lib/avm/eac_python_base0/file_formats/base.rb