mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
ruff: use readable rule names in ignores
This commit is contained in:
@@ -68,6 +68,8 @@ select = [
|
||||
"I", # import sorting
|
||||
"unused-noqa",
|
||||
"rule-codes-in-selectors",
|
||||
"noqa-comments",
|
||||
"rule-codes-in-suppression-comments",
|
||||
]
|
||||
ignore = [
|
||||
# Conflicts with Blender using annotations for props definitions.
|
||||
|
||||
Reference in New Issue
Block a user