pyproject.toml

Fri, 19 Apr 2024 15:15:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 19 Apr 2024 15:15:01 +0200
branch
eric7
changeset 143
51bc5bcc672a
parent 129
9d54bf366323
permissions
-rw-r--r--

Modified the plugin for 'paho-mqtt' >=2.0.0.

[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