ruff: use readable rule names in ignores

This commit is contained in:
Andrej730
2026-08-10 16:13:33 +05:00
parent b6dccce12a
commit 109bd58384
9 changed files with 14 additions and 12 deletions
@@ -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")