forked from repo-helper/repo_helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
formate.toml
98 lines (93 loc) · 1.79 KB
/
formate.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[hooks]
dynamic_quotes = 10
collections-import-rewrite = 20
reformat-generics = 40
noqa-reformat = 60
ellipsis-reformat = 70
squish_stubs = 80
[config]
indent = "\t"
line_length = 115
[hooks.yapf]
priority = 30
[hooks.isort]
priority = 50
[hooks.yapf.kwargs]
yapf_style = ".style.yapf"
[hooks.isort.kwargs]
indent = "\t\t"
multi_line_output = 8
import_heading_stdlib = "stdlib"
import_heading_thirdparty = "3rd party"
import_heading_firstparty = "this package"
import_heading_localfolder = "this package"
balanced_wrapping = false
lines_between_types = 0
use_parentheses = true
remove_redundant_aliases = true
default_section = "THIRDPARTY"
known_third_party = [
"apeye",
"appdirs",
"attrs",
"backports_entry_points_selectable",
"betamax",
"bump2version",
"check_wheel_contents",
"click",
"coincidence",
"colorama",
"configconfig",
"consolekit",
"coverage",
"coverage_pyver_pragma",
"css_parser",
"dict2css",
"dom_toml",
"domdf_python_tools",
"dulwich",
"email_validator",
"first",
"github",
"idna",
"importlib_metadata",
"isort",
"jinja2",
"lorem",
"lxml",
"mkrecipe",
"natsort",
"packaging",
"pre_commit",
"pyreadline",
"pytest",
"pytest_cov",
"pytest_git",
"pytest_randomly",
"pytest_regressions",
"pytest_rerunfailures",
"pytest_timeout",
"pyyaml",
"readme_renderer",
"requests",
"requirements_parser",
"ruamel_yaml",
"sdjson",
"shippinglabel",
"southwark",
"tabulate",
"toml",
"tomlkit",
"tox",
"tox_battery",
"tox_envlist",
"trove_classifiers",
"twine",
"typing_extensions",
"typing_inspect",
"whey",
"whey_conda",
"yapf_isort",
"ytools3",
]
known_first_party = "repo_helper"