Guest User

Untitled

a guest
Jun 13th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 14.34 KB | None | 0 0
  1.  
  2. {'max_line_length': <class 'int'>, 'indent_size': <class 'int'>, 'pep_ignore': typed_list(str), 'pep_select': typed_list(str), 'local_pep8_config': <class 'bool'>}
  3.  
  4.  
  5. {'remove_all_unused_imports': <class 'bool'>, 'remove_unused_variables': <class 'bool'>}
  6.  
  7.  
  8.  
  9. {'language': <class 'str'>, 'docstyle': <class 'str'>, 'allow_missing_func_desc': <class 'str'>, 'indent_size': <class 'int'>, 'expand_one_liners': <class 'str'>}
  10. {'pycodestyle_ignore': typed_list(str), 'pycodestyle_select': typed_list(str), 'max_line_length': <class 'int'>}
  11. {'pylint_disable': typed_list(str), 'pylint_enable': typed_list(str), 'pylint_cli_options': <class 'str'>, 'pylint_rcfile': <class 'str'>}
  12.  
  13. {'use_parentheses_in_import': <class 'bool'>, 'force_alphabetical_sort_in_import': <class 'bool'>, 'force_sort_within_import_sections': <class 'bool'>, 'from_first_in_import': <class 'bool'>, 'include_trailing_comma_in_import': <class 'bool'>, 'combine_star_imports': <class 'bool'>, 'combine_as_imports': <class 'bool'>, 'lines_after_imports': <class 'int'>, 'order_imports_by_type': <class 'bool'>, 'balanced_wrapping_in_imports': <class 'bool'>, 'import_heading_localfolder': <class 'str'>, 'import_heading_firstparty': <class 'str'>, 'import_heading_thirdparty': <class 'str'>, 'import_heading_stdlib': <class 'str'>, 'import_heading_future': <class 'str'>, 'default_import_section': <class 'str'>, 'force_grid_wrap_imports': <class 'bool'>, 'force_single_line_imports': <class 'bool'>, 'sort_imports_by_length': <class 'bool'>, 'use_spaces': <class 'bool'>, 'indent_size': <class 'int'>, 'forced_separate_imports': typed_list(str), 'isort_multi_line_output': <class 'int'>, 'known_first_party_imports': typed_list(str), 'known_third_party_imports': typed_list(str), 'known_standard_library_imports': typed_list(str), 'max_line_length': <class 'int'>, 'imports_forced_to_top': typed_list(str), 'treat_seperated_imports_independently': <class 'bool'>}
  14.  
  15. {'max_line_length': <class 'int'>, 'indent_size': <class 'int'>, 'pep_ignore': typed_list(str), 'pep_select': typed_list(str), 'local_pep8_config': <class 'bool'>}
  16.  
  17. {'language': <class 'str'>, 'docstyle': <class 'str'>, 'locale': <class 'str'>, 'languagetool_disable_rules': typed_list(str)}
  18.  
  19. {'radon_ranks_info': typed_list(str), 'radon_ranks_normal': typed_list(str), 'radon_ranks_major': typed_list(str)}
  20. {'bandit_skipped_tests': typed_list(str)}
  21.  
  22. {'max_line_length': <class 'int'>, 'indent_size': <class 'int'>, 'allow_multiline_lambdas': <class 'bool'>, 'blank_line_before_nested_class_or_def': <class 'bool'>, 'continuation_tab_width': <class 'int'>, 'dedent_closing_brackets': <class 'bool'>, 'indent_dictionary_value': <class 'bool'>, 'coalesce_brackets': <class 'bool'>, 'join_multiple_lines': <class 'bool'>, 'spaces_around_power_operator': <class 'bool'>, 'spaces_before_comment': <class 'int'>, 'space_between_ending_comma_and_closing_bracket': <class 'bool'>, 'split_arguments_when_comma_terminated': <class 'bool'>, 'split_before_bitwise_operator': <class 'bool'>, 'split_before_first_argument': <class 'bool'>, 'split_before_logical_operator': <class 'bool'>, 'split_before_named_assigns': <class 'bool'>, 'use_spaces': <class 'bool'>, 'based_on_style': <class 'str'>, 'prefer_line_break_after_opening_bracket': <class 'bool'>}
  23.  
  24.  
  25. {'pydocstyle_select': typed_list(str), 'pydocstyle_ignore': typed_list(str), 'pydocstyle_add_ignore': typed_list(str), 'pydocstyle_add_select': typed_list(str)}
  26. {'textlint_config': <class 'str'>}
  27.  
  28.  
  29. {'code_block_language_ignore': <class 'list'>, 'directive_ignore': typed_list(str), 'role_ignore': typed_list(str)}
  30. {'yamllint_config': <class 'str'>}
  31.  
  32. {'dependency_results': <class 'dict'>, 'max_clone_difference': <class 'float'>}
  33. {'enable': typed_list(str)}
  34.  
  35. {'clang_cli_options': typed_list(str)}
  36.  
  37. {'counting_conditions': typed_ordered_dict(<lambda>, float, default=1), 'average_calculation': <class 'bool'>, 'poly_postprocessing': <class 'bool'>, 'exp_postprocessing': <class 'bool'>, 'extra_include_paths': <function path_list at 0x10b8e78c8>}
  38.  
  39. {'language': <class 'str'>, 'docstyle': <class 'str'>, 'allow_missing_func_desc': <class 'str'>, 'indent_size': <class 'int'>, 'expand_one_liners': <class 'str'>}
  40.  
  41. {'language': <class 'str'>, 'docstyle': <class 'str'>, 'locale': <class 'str'>, 'languagetool_disable_rules': typed_list(str)}
  42. {'bracket_style': <class 'str'>, 'use_spaces': <class 'bool'>, 'indent_size': <class 'int'>, 'require_braces_at_namespace': <class 'bool'>, 'require_braces_at_class': <class 'bool'>, 'require_braces_at_inline': <class 'bool'>, 'require_braces_at_extern': <class 'bool'>, 'allow_indent_classes': <class 'bool'>, 'allow_indent_modifiers': <class 'bool'>, 'allow_indent_switches': <class 'bool'>, 'allow_indent_cases': <class 'bool'>, 'allow_indent_namespaces': <class 'bool'>, 'allow_indent_labels': <class 'bool'>, 'allow_indent_preproc_block': <class 'bool'>, 'allow_indent_preproc_definition': <class 'bool'>, 'allow_indent_preproc_conditionals': <class 'bool'>, 'allow_indent_column_one_comments': <class 'bool'>, 'allow_pad_header_blocks': <class 'bool'>, 'allow_pad_operators': <class 'bool'>, 'allow_pad_parenthesis': <class 'bool'>, 'allow_pad_parenthesis_out': <class 'bool'>, 'allow_pad_parenthesis_in': <class 'bool'>, 'prohibit_empty_lines_in_func': <class 'bool'>, 'break_closing_braces': <class 'bool'>, 'break_elseifs': <class 'bool'>, 'break_one_line_headers': <class 'bool'>, 'require_braces_at_one_line_conditionals': <class 'bool'>, 'prohibit_braces_from_one_line_conditionals': <class 'bool'>, 'prohibit_comment_prefix': <class 'bool'>}
  43.  
  44. {'cyclomatic_complexity': <class 'int'>}
  45.  
  46. {'max_line_length': <class 'int'>, 'use_spaces': <class 'bool'>, 'blank_lines_after_declarations': <class 'bool'>, 'blank_lines_after_procedures': <class 'bool'>, 'blank_lines_after_commas': <class 'bool'>, 'braces_on_if_line': <class 'bool'>, 'braces_on_func_def_line': <class 'bool'>, 'cuddle_else': <class 'bool'>, 'while_and_brace_on_same_line': <class 'bool'>, 'case_indentation': <class 'int'>, 'space_before_semicolon_after_empty_loop': <class 'bool'>, 'delete_optional_blank_lines': <class 'bool'>, 'declaration_indent': <class 'int'>, 'brace_indent': <class 'int'>, 'gnu_style': <class 'bool'>, 'k_and_r_style': <class 'bool'>, 'linux_style': <class 'bool'>, 'indent_size': <class 'int'>, 'indent_cli_options': <class 'str'>}
  47. {'dependency_results': <class 'dict'>, 'max_clone_difference': <class 'float'>}
  48. {'enable': typed_list(str)}
  49.  
  50. {'clang_cli_options': typed_list(str)}
  51.  
  52. {'counting_conditions': typed_ordered_dict(<lambda>, float, default=1), 'average_calculation': <class 'bool'>, 'poly_postprocessing': <class 'bool'>, 'exp_postprocessing': <class 'bool'>, 'extra_include_paths': <function path_list at 0x10b8e78c8>}
  53. {'include_paths': typed_list(str)}
  54. {'max_line_length': <class 'int'>, 'cpplint_ignore': typed_list(str), 'cpplint_include': typed_list(str)}
  55. {'bracket_style': <class 'str'>, 'use_spaces': <class 'bool'>, 'indent_size': <class 'int'>, 'require_braces_at_namespace': <class 'bool'>, 'require_braces_at_class': <class 'bool'>, 'require_braces_at_inline': <class 'bool'>, 'require_braces_at_extern': <class 'bool'>, 'allow_indent_classes': <class 'bool'>, 'allow_indent_modifiers': <class 'bool'>, 'allow_indent_switches': <class 'bool'>, 'allow_indent_cases': <class 'bool'>, 'allow_indent_namespaces': <class 'bool'>, 'allow_indent_labels': <class 'bool'>, 'allow_indent_preproc_block': <class 'bool'>, 'allow_indent_preproc_definition': <class 'bool'>, 'allow_indent_preproc_conditionals': <class 'bool'>, 'allow_indent_column_one_comments': <class 'bool'>, 'allow_pad_header_blocks': <class 'bool'>, 'allow_pad_operators': <class 'bool'>, 'allow_pad_parenthesis': <class 'bool'>, 'allow_pad_parenthesis_out': <class 'bool'>, 'allow_pad_parenthesis_in': <class 'bool'>, 'prohibit_empty_lines_in_func': <class 'bool'>, 'break_closing_braces': <class 'bool'>, 'break_elseifs': <class 'bool'>, 'break_one_line_headers': <class 'bool'>, 'require_braces_at_one_line_conditionals': <class 'bool'>, 'prohibit_braces_from_one_line_conditionals': <class 'bool'>, 'prohibit_comment_prefix': <class 'bool'>}
  56.  
  57. {'cyclomatic_complexity': <class 'int'>}
  58.  
  59. {'max_line_length': <class 'int'>, 'use_spaces': <class 'bool'>, 'blank_lines_after_declarations': <class 'bool'>, 'blank_lines_after_procedures': <class 'bool'>, 'blank_lines_after_commas': <class 'bool'>, 'braces_on_if_line': <class 'bool'>, 'braces_on_func_def_line': <class 'bool'>, 'cuddle_else': <class 'bool'>, 'while_and_brace_on_same_line': <class 'bool'>, 'case_indentation': <class 'int'>, 'space_before_semicolon_after_empty_loop': <class 'bool'>, 'delete_optional_blank_lines': <class 'bool'>, 'declaration_indent': <class 'int'>, 'brace_indent': <class 'int'>, 'gnu_style': <class 'bool'>, 'k_and_r_style': <class 'bool'>, 'linux_style': <class 'bool'>, 'indent_size': <class 'int'>, 'indent_cli_options': <class 'str'>}
  60. {'language': <function language at 0x10ced89d8>, 'minimum_tokens': <class 'int'>, 'ignore_annotations': <class 'bool'>, 'ignore_identifiers': <class 'bool'>, 'ignore_literals': <class 'bool'>, 'ignore_usings': <class 'bool'>, 'skip_duplicate_files': <class 'bool'>}
  61.  
  62. {'language': <class 'str'>, 'docstyle': <class 'str'>, 'allow_missing_func_desc': <class 'str'>, 'indent_size': <class 'int'>, 'expand_one_liners': <class 'str'>}
  63. {'check_best_practices': <class 'bool'>, 'check_braces': <class 'bool'>, 'check_clone_implementation': <class 'bool'>, 'check_code_size': <class 'bool'>, 'check_comments': <class 'bool'>, 'check_controversial': <class 'bool'>, 'check_design': <class 'bool'>, 'check_imports': <class 'bool'>, 'check_naming': <class 'bool'>, 'check_optimizations': <class 'bool'>, 'check_strings': <class 'bool'>, 'allow_unnecessary_code': <class 'bool'>, 'allow_unused_code': <class 'bool'>}
  64.  
  65. {'language': <class 'str'>, 'docstyle': <class 'str'>, 'locale': <class 'str'>, 'languagetool_disable_rules': typed_list(str)}
  66. {'bracket_style': <class 'str'>, 'use_spaces': <class 'bool'>, 'indent_size': <class 'int'>, 'require_braces_at_namespace': <class 'bool'>, 'require_braces_at_class': <class 'bool'>, 'require_braces_at_inline': <class 'bool'>, 'require_braces_at_extern': <class 'bool'>, 'allow_indent_classes': <class 'bool'>, 'allow_indent_modifiers': <class 'bool'>, 'allow_indent_switches': <class 'bool'>, 'allow_indent_cases': <class 'bool'>, 'allow_indent_namespaces': <class 'bool'>, 'allow_indent_labels': <class 'bool'>, 'allow_indent_preproc_block': <class 'bool'>, 'allow_indent_preproc_definition': <class 'bool'>, 'allow_indent_preproc_conditionals': <class 'bool'>, 'allow_indent_column_one_comments': <class 'bool'>, 'allow_pad_header_blocks': <class 'bool'>, 'allow_pad_operators': <class 'bool'>, 'allow_pad_parenthesis': <class 'bool'>, 'allow_pad_parenthesis_out': <class 'bool'>, 'allow_pad_parenthesis_in': <class 'bool'>, 'prohibit_empty_lines_in_func': <class 'bool'>, 'break_closing_braces': <class 'bool'>, 'break_elseifs': <class 'bool'>, 'break_one_line_headers': <class 'bool'>, 'require_braces_at_one_line_conditionals': <class 'bool'>, 'prohibit_braces_from_one_line_conditionals': <class 'bool'>, 'prohibit_comment_prefix': <class 'bool'>}
  67. {'checkstyle_configs': <function known_checkstyle_or_path at 0x115dc5598>, 'use_spaces': <class 'bool'>, 'indent_size': <class 'int'>}
  68.  
  69. {'language': <function language at 0x10ced89d8>, 'minimum_tokens': <class 'int'>, 'ignore_annotations': <class 'bool'>, 'ignore_identifiers': <class 'bool'>, 'ignore_literals': <class 'bool'>, 'ignore_usings': <class 'bool'>, 'skip_duplicate_files': <class 'bool'>}
  70.  
  71.  
  72.  
  73. {'simplify': <class 'bool'>}
  74.  
  75. {'golint_cli_options': <class 'str'>}
  76. {'ignore': typed_list(str), 'ignorepkg': typed_list(str), 'asserts': <class 'bool'>, 'blank': <class 'bool'>}
  77. {'textlint_config': <class 'str'>}
  78. {'bullets': <class 'str'>, 'closed_headings': <class 'bool'>, 'setext_headings': <class 'bool'>, 'emphasis': <class 'str'>, 'strong': <class 'str'>, 'encode_entities': <class 'bool'>, 'codefence': <class 'str'>, 'fences': <class 'bool'>, 'list_indent': <class 'str'>, 'loose_tables': <class 'bool'>, 'spaced_tables': <class 'bool'>, 'list_increment': <class 'bool'>, 'horizontal_rule': <class 'str'>, 'horizontal_rule_spaces': <class 'bool'>, 'horizontal_rule_repeat': <class 'int'>, 'max_line_length': <class 'int'>, 'check_links': <class 'bool'>, 'blockquote_indentation': <class 'int'>, 'enforce_checkbox_content_indentation': <class 'bool'>, 'code_block_style': <class 'str'>, 'enforce_labels_at_eof': <class 'bool'>, 'first_heading_level': <class 'int'>, 'enforce_heading_level_increment': <class 'bool'>, 'max_heading_length': <class 'int'>, 'prohibit_duplicate_definitions': <class 'bool'>, 'prohibit_duplicate_headings_in_section': <class 'bool'>, 'prohibit_duplicate_headings': <class 'bool'>, 'prohibit_empty_url': <class 'bool'>, 'prohibit_irregular_chars_filename': <class 'str'>, 'prohibit_punctuations_in_heading': <class 'str'>, 'prohibit_html': <class 'bool'>, 'prohibit_shortcut_reference_image': <class 'bool'>, 'prohibit_shortcut_reference_link': <class 'bool'>, 'use_spaces': <class 'bool'>, 'check_undefined_references': <class 'bool'>, 'check_unused_definition': <class 'bool'>}
  79. {'textlint_config': <class 'str'>}
  80. {'bootlint_ignore': typed_list(str)}
  81. {'htmlhint_config': <class 'str'>}
  82. {'htmllint_ignore': typed_list(str)}
  83. {'xml_schema': <function path at 0x10b8e7840>, 'xml_dtd': <function path_or_url at 0x11b111950>, 'xml_relaxng': <function path at 0x10b8e7840>}
  84.  
  85.  
  86.  
  87.  
  88. {'csscomb_config': <class 'str'>}
  89.  
  90. {'json_sort': <class 'bool'>, 'indent_size': <class 'int'>, 'escape_unicode': <class 'bool'>}
  91.  
  92.  
  93. {'follow_redirects': <class 'bool'>}
  94.  
  95. {'file_naming_convention': <class 'str'>, 'ignore_uppercase_filenames': <class 'bool'>, 'filename_prefix': <class 'str'>, 'filename_suffix': <class 'str'>}
  96.  
  97.  
  98. {'keywords': <class 'list'>, 'regex_keyword': <class 'str'>, 'dependency_results': <class 'dict'>}
  99.  
  100. {'network_timeout': typed_dict(str, int, default=15), 'link_ignore_regex': <class 'str'>, 'link_ignore_list': typed_list(str)}
  101.  
  102.  
  103. {'follow_redirects': <class 'bool'>}
  104.  
  105.  
  106. {'max_line_length': <class 'int'>, 'indent_size': <class 'int'>, 'ignore_length_regex': typed_list(str)}
  107.  
  108.  
  109.  
  110. {'use_spaces': <class 'bool'>, 'allow_trailing_whitespace': <class 'bool'>, 'indent_size': <class 'int'>, 'enforce_newline_at_EOF': <class 'bool'>}
  111.  
  112. {'max_lines_per_file': <class 'int'>, 'exclude_blank_lines': <class 'bool'>}
  113. {'licensecheck_lines': <class 'int'>, 'licensecheck_tail': <class 'int'>}
Add Comment
Please, Sign In to add comment