src/eric7/CodeFormatting/__init__.py

Sat, 29 Jul 2023 10:57:22 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 Jul 2023 10:57:22 +0200
branch
eric7
changeset 10136
ae09a4a9b0d1
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Improved the error handling of the isort formatting dialog.

# -*- coding: utf-8 -*-

# Copyright (c) 2022 - 2023 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
"""

eric ide

mercurial