File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 60
60
- id : black
61
61
name : black
62
62
entry : poetry run black
63
- args : ["--config","./pyproject.toml", "."]
64
63
types : [python]
65
64
language : system
Original file line number Diff line number Diff line change @@ -52,36 +52,9 @@ testpaths = [
52
52
load-plugins =' pylint_pytest'
53
53
ignore =' third_party'
54
54
55
- [tool .black ]
56
- line-length = 88
57
- include = ' \.pyi?$'
58
- exclude = '''
59
- (
60
- /(
61
- \.eggs # exclude a few common directories in the
62
- | \.git # root of the project
63
- | \.hg
64
- | \.mypy_cache
65
- | \.pytest_cache
66
- | \.venv
67
- | _build
68
- | buck-out
69
- | build
70
- | dist
71
- )/
72
- | foo.py # also separately exclude a file named foo.py in
73
- # the root of the project
74
- )
75
- '''
76
55
77
56
[tool .isort ]
78
- # https://black.readthedocs.io/en/stable/compatible_configs.html
79
- multi_line_output = 3
80
- include_trailing_comma = true
81
- force_grid_wrap = 0
82
- use_parentheses = true
83
- ensure_newline_before_comments = true
84
- line_length = 88
57
+ profile = " black"
85
58
86
59
87
60
[tool .coverage ]
You can’t perform that action at this time.
0 commit comments