diff -r 4eeddef7f973 -r 410a3bcbeb29 tests/tools/check_source.sh --- a/tests/tools/check_source.sh Tue Oct 10 13:43:55 2017 +0300 +++ b/tests/tools/check_source.sh Tue Oct 10 13:49:13 2017 +0300 @@ -238,6 +238,7 @@ enable=$enable,W0406 # (import-self) Module import itself enable=$enable,C0413 # (wrong-import-position) Import "import X" should be placed at the top of the module enable=$enable,E1305 # (too-many-format-args) Too many arguments for format string + enable=$enable,E0704 # (misplaced-bare-raise) The raise statement is not inside an except clause # enable= options=