##// END OF EJS Templates
Bail on singleline cells with sunken brackets...
Bail on singleline cells with sunken brackets Sunken bracket is a closing bracket character that is put before its opening counterpart. In IPython, this leads to unnecessary annoyances, where a multiline prompt is opened for seemingly no reason at all, e.g. if a line contains a ']]' mistyped brackets.

File last commit:

r25705:ad14ee33
r26370:16c20a20
Show More
mypy.ini
4 lines | 82 B | text/x-ini | IniLexer
[mypy]
python_version = 3.6
ignore_missing_imports = True
follow_imports = silent