Wed, 07 May 2025 18:04:16 +0200
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"]