fix isort on rapydscript handling of __python__

This commit is contained in:
Kovid Goyal 2024-03-30 10:34:03 +05:30
parent 63289d8294
commit cc1b698cde
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -24,6 +24,10 @@ known-first-party = ["calibre_extensions", 'polyglot']
known-third-party = ["qt"]
relative-imports-order = "closest-to-furthest"
split-on-trailing-comma = false
section-order = ['__python__', "future", "standard-library", "third-party", "first-party", "local-folder"]
[tool.ruff.lint.isort.sections]
'__python__' = ['__python__']
[tool.pylsp-mypy]
enabled = false