src/eric7/CodeFormatting/__init__.py

Mon, 08 Aug 2022 16:29:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 08 Aug 2022 16:29:40 +0200
branch
eric7
changeset 9284
3b3a4f659782
parent 9214
bd28e56047d7
child 9453
e5065dde905d
permissions
-rw-r--r--

"Blacked" the sources.

# -*- 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>
</ul
"""

eric ide

mercurial