mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
fix isort on rapydscript handling of __python__
This commit is contained in:
parent
63289d8294
commit
cc1b698cde
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user