mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Don't configure isort twice
This commit is contained in:
parent
9fbc5c0537
commit
5d96107496
|
@ -21,6 +21,8 @@ exclude = '''
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
line_length = 100
|
line_length = 100
|
||||||
|
multi_line_output=0
|
||||||
|
lines_after_imports=2
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 46.4.0", "wheel"]
|
requires = ["setuptools >= 46.4.0", "wheel"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user