pyproject.toml

Wed, 07 May 2025 18:04:16 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 07 May 2025 18:04:16 +0200
changeset 11
d1af35d0bcc6
parent 4
312607fef6f7
permissions
-rw-r--r--

Corrected some copy & paste issue in the source code documentation and added code to prevent plug-in activation on eric-ide versions containing the embedded variant.

[tool.black]
target-version = ["py313", "py312", "py311", "py310", "py39"]
line-length = 88
extend-exclude = '''
/(
    Ui_.*\.py
)
'''

[tool.isort]
profile = "black"
sort_order = "natural"
supported_extensions = ["pyi", "pxd", "pyx", "py"]
lines_between_types = 1
combine_as_imports = true
extend_skip_glob = ["*/Ui_*.py"]
known_first_party = ["ExtensionIrc", "eric7"]

eric ide

mercurial