mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-07 21:06:25 +00:00
Fix Ruff UP006 (deprecated annotation symbols)
This commit is contained in:
@@ -70,7 +70,6 @@ select = [
|
||||
ignore = [
|
||||
"FA100", # Conflicts with Blender using annotations for props definitions.
|
||||
# Maybe will enable later:
|
||||
"UP006", # deprecated symbols
|
||||
"UP007", # Optional to X | Y
|
||||
"UP015", # Unnecessary mode argument
|
||||
"UP028", # yield for -> yield from
|
||||
|
||||
Reference in New Issue
Block a user