pyproject.toml@b4fde9ee3d83
pyproject.toml
Tue, 04 Jul 2023 15:13:37 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 04 Jul 2023 15:13:37 +0200
- branch
- eric7
- changeset 132
- b4fde9ee3d83
- parent 129
-
9d54bf366323
- permissions
- -rw-r--r--
- Changed the data shown on the status tab to use localized values.
- Corrected some code style issues.
[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"]