src/eric7/CodeFormatting/__init__.py

Mon, 04 Sep 2023 17:58:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 04 Sep 2023 17:58:15 +0200
branch
eric7
changeset 10192
f457742dd3d6
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Modified the datetime.datetime methods to include the 'tz' argument.

# -*- 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