File: formate.toml

package info (click to toggle)
sphinx-toolbox 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,936 kB
  • sloc: python: 11,668; sh: 27; javascript: 25; makefile: 17
file content (69 lines) | stat: -rw-r--r-- 1,370 bytes parent folder | download | duplicates (2)
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
[hooks]
dynamic_quotes = 10
collections-import-rewrite = 20
reformat-generics = 40
noqa-reformat = 60
ellipsis-reformat = 70
squish_stubs = 80

[hooks.yapf]
priority = 30

[hooks.yapf.kwargs]
yapf_style = ".style.yapf"

[hooks.isort]
priority = 50

[hooks.isort.kwargs]
indent = "		"
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",
    "autodocsumm",
    "beautifulsoup4",
    "cachecontrol",
    "coincidence",
    "coverage",
    "coverage_pyver_pragma",
    "defusedxml",
    "dict2css",
    "docutils",
    "domdf_python_tools",
    "filelock",
    "flake8_dunder_all",
    "html5lib",
    "hypothesis",
    "importlib_metadata",
    "pprint36",
    "pygments",
    "pytest",
    "pytest_cov",
    "pytest_httpserver",
    "pytest_randomly",
    "pytest_timeout",
    "ruamel_yaml",
    "sphinx",
    "sphinx_autodoc_typehints",
    "sphinx_jinja2_compat",
    "sphinx_prompt",
    "sphinx_tabs",
    "sphobjinv",
    "tabulate",
    "typing_extensions",
    "typing_inspect",
]
known_first_party = [ "sphinx_toolbox",]

[config]
indent = "	"
line_length = 115