Skip to content

Commit 3d56701

Browse files
committed
chore: remove unused black configuration
1 parent d8d86ce commit 3d56701

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -153,27 +153,6 @@ namespaces = true
153153
[tool.setuptools.dynamic]
154154
version = {attr = "freqtrade.__version__"}
155155

156-
[tool.black]
157-
line-length = 100
158-
exclude = '''
159-
(
160-
/(
161-
\.eggs # exclude a few common directories in the
162-
| \.git # root of the project
163-
| \.hg
164-
| \.mypy_cache
165-
| \.tox
166-
| \.venv
167-
| _build
168-
| buck-out
169-
| build
170-
| dist
171-
)/
172-
# Exclude vendor directory
173-
| vendor
174-
)
175-
'''
176-
177156
[tool.isort]
178157
line_length = 100
179158
profile = "black"

0 commit comments

Comments
 (0)