Mon, 31 Oct 2022 15:29:18 +0100
Code Formatting
- added an interface to resort the import statements of Python source files with the 'isort' utility
# -*- 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 """