Thu, 03 Nov 2022 17:51:03 +0100
Fine tuned the isort support so the configuration will default to project specific config files overwritten by data entered via the dialog.
# -*- coding: utf-8 -*- # Copyright (c) 2022 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing dialogs to perform some code formatting. The supported code formatting systems are these. <ul> <li><a href="https://github.com/psf/black">Black</a></li> <li><a href="https://pycqa.github.io/isort/">isort</a></li> </ul """