We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1356bd commit dd634e1Copy full SHA for dd634e1
1 file changed
demo_exceptiongroups.py
@@ -1,7 +1,8 @@
1
+# flake8: noqa
2
+
3
# Exception groups (new in py 3.11) aren't supported so far,
4
# but at least we fall back on the default message.
5
-
6
import stackprinter
7
stackprinter.set_excepthook()
8
0 commit comments