mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
ruff - remove from config a rule removed from ruff
This commit is contained in:
@@ -60,7 +60,4 @@ ignore = [
|
|||||||
"UP030", # implicit references for positional format fields
|
"UP030", # implicit references for positional format fields
|
||||||
"UP031", # Replace % with .format
|
"UP031", # Replace % with .format
|
||||||
"UP032", # Replace .format with f-string
|
"UP032", # Replace .format with f-string
|
||||||
|
|
||||||
# Deprecated Ruff rules.
|
|
||||||
"UP038", # Use X | Y in isinstance
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user