mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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"]
|
known-third-party = ["qt"]
|
||||||
relative-imports-order = "closest-to-furthest"
|
relative-imports-order = "closest-to-furthest"
|
||||||
split-on-trailing-comma = false
|
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]
|
[tool.pylsp-mypy]
|
||||||
enabled = false
|
enabled = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user