chore: remove unused black configuration

This commit is contained in:
Matthias
2026-03-15 08:54:08 +01:00
parent d8d86ce861
commit 3d56701e20
-21
View File
@@ -153,27 +153,6 @@ namespaces = true
[tool.setuptools.dynamic]
version = {attr = "freqtrade.__version__"}
[tool.black]
line-length = 100
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
# Exclude vendor directory
| vendor
)
'''
[tool.isort]
line_length = 100
profile = "black"