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