mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 06:18:05 +00:00
ruff: some util rules
This commit is contained in:
@@ -70,6 +70,11 @@ select = [
|
|||||||
"rule-codes-in-selectors",
|
"rule-codes-in-selectors",
|
||||||
"noqa-comments",
|
"noqa-comments",
|
||||||
"rule-codes-in-suppression-comments",
|
"rule-codes-in-suppression-comments",
|
||||||
|
# General util rules.
|
||||||
|
"invalid-rule-code",
|
||||||
|
"redirected-noqa",
|
||||||
|
"invalid-pyproject-toml",
|
||||||
|
"invalid-suppression-comment",
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
# Conflicts with Blender using annotations for props definitions.
|
# Conflicts with Blender using annotations for props definitions.
|
||||||
|
|||||||
Reference in New Issue
Block a user