"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "d16dbe9a160435a444ee876b849c3c5ed703fdcf"
Commit bc1715c1 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Add black-compatible isort configuration.

lines_after_imports = 2 is a matter of taste; I like it.
parent 36883c11
[isort]
ensure_newline_before_comments = True
force_grid_wrap = 0
include_trailing_comma = True
known_first_party = transformers
line_length = 119
lines_after_imports = 2
multi_line_output = 3
use_parentheses = True
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment