We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d86ce commit 3d56701Copy full SHA for 3d56701
1 file changed
pyproject.toml
@@ -153,27 +153,6 @@ namespaces = true
153
[tool.setuptools.dynamic]
154
version = {attr = "freqtrade.__version__"}
155
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
-
177
[tool.isort]
178
line_length = 100
179
profile = "black"
0 commit comments