We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3862c9 commit 9b026dbCopy full SHA for 9b026db
1 file changed
src/api/global_.py
@@ -188,6 +188,11 @@
188
189
190
# ----------------------------------------------------------------------
191
-# Warning codes and whether they're enabled or not
+# Warning options
192
193
+
194
+# Warning codes and whether they're enabled or not
195
ENABLED_WARNINGS: Dict[str, bool] = {}
196
197
+# Number of expected warnings (won't be issued)
198
+EXPECTED_WARNINGS: int = 0
0 commit comments