Skip to content

Commit 9b026db

Browse files
committed
refact: "declare" global setting
1 parent b3862c9 commit 9b026db

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/api/global_.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@
188188

189189

190190
# ----------------------------------------------------------------------
191-
# Warning codes and whether they're enabled or not
191+
# Warning options
192192
# ----------------------------------------------------------------------
193+
194+
# Warning codes and whether they're enabled or not
193195
ENABLED_WARNINGS: Dict[str, bool] = {}
196+
197+
# Number of expected warnings (won't be issued)
198+
EXPECTED_WARNINGS: int = 0

0 commit comments

Comments
 (0)