mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 22:12:32 +00:00
ruff - use preview behaviour
No particular preview rules we need, just to possibly early adapt new behavior.
This commit is contained in:
@@ -38,6 +38,7 @@ exclude = [
|
|||||||
"src/ifc2ca/templates",
|
"src/ifc2ca/templates",
|
||||||
]
|
]
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
|
preview = true
|
||||||
select = [
|
select = [
|
||||||
# Default Ruff rules.
|
# Default Ruff rules.
|
||||||
# "E4", # imports
|
# "E4", # imports
|
||||||
|
|||||||
Reference in New Issue
Block a user