mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Update isort config
This commit is contained in:
@@ -75,8 +75,9 @@ exclude = '''
|
|||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
line_length = 100
|
line_length = 100
|
||||||
multi_line_output=0
|
profile = "black"
|
||||||
lines_after_imports=2
|
# multi_line_output=3
|
||||||
|
# lines_after_imports=2
|
||||||
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*"]
|
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|||||||
Reference in New Issue
Block a user