mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
ruff: use readable rule names in ignores
This commit is contained in:
@@ -26,7 +26,7 @@ import ifcopenshell.util.element
|
||||
import ifcpatch
|
||||
|
||||
try:
|
||||
import sqlite3 # noqa: F401
|
||||
import sqlite3 # ruff: ignore[unused-import]
|
||||
except:
|
||||
print("No SQLite support")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user