mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
ruff 0.12 - ignore UP045
Kind of acts the same as UP007 asking to convert all Optional[xxx] to X | None
This commit is contained in:
@@ -52,6 +52,7 @@ ignore = [
|
|||||||
"FA100", # Conflicts with Blender using annotations for props definitions.
|
"FA100", # Conflicts with Blender using annotations for props definitions.
|
||||||
# Maybe will enable later:
|
# Maybe will enable later:
|
||||||
"UP007", # Optional to X | Y
|
"UP007", # Optional to X | Y
|
||||||
|
"UP045", # Optional to X | None
|
||||||
"UP015", # Unnecessary mode argument
|
"UP015", # Unnecessary mode argument
|
||||||
"UP028", # yield for -> yield from
|
"UP028", # yield for -> yield from
|
||||||
"UP030", # implicit references for positional format fields
|
"UP030", # implicit references for positional format fields
|
||||||
|
|||||||
Reference in New Issue
Block a user