src/eric7/CodeFormatting/__init__.py

Wed, 21 Dec 2022 10:53:45 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 21 Dec 2022 10:53:45 +0100
branch
eric7
changeset 9630
4cd6e4b1db12
parent 9453
e5065dde905d
child 9653
e67609152c5e
permissions
-rw-r--r--

Code Formatting
- Added an option to configure the 'known first party' packages to the isort configuration 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
"""

eric ide

mercurial