mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
16 lines
314 B
INI
16 lines
314 B
INI
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
[isort]
|
|
profile=black
|
|
quiet=true
|
|
multi_line_output=9
|
|
|
|
known_revng=revng,tuple_tree_generator
|
|
known_webframework=flask,starlette
|
|
sections=FUTURE,STDLIB,FIRSTPARTY,WEBFRAMEWORK,THIRDPARTY,REVNG,LOCALFOLDER
|
|
|
|
line_length=99
|
|
src_paths=
|