mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 07:49:59 +00:00
Sort imports
This commit is contained in:
@@ -38,3 +38,8 @@ exclude = ["test*"]
|
||||
|
||||
[tool.ruff]
|
||||
extend = "../../pyproject.toml"
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = [
|
||||
"I", # import sorting - ignore it temporarily, still need to do some tests
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user