pyproject.toml

Sat, 19 Oct 2024 16:04:24 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 19 Oct 2024 16:04:24 +0200
branch
eric7
changeset 151
f9830d91be9a
parent 129
9d54bf366323
permissions
-rw-r--r--

Fixed a backward compatibility issue with eric-ide < 24.11.

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

eric ide

mercurial