Files
revng-revng/scripts/isort.cfg
2022-04-20 09:57:08 +02:00

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