mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
- add incompatibility inspections, quickfix, tests - improve quickfix for adding parentheses - add AST tests for PY-84077 GitOrigin-RevId: 2d09a06d4d0b5ae106f556808900573c50f41800
4 lines
148 B
Python
4 lines
148 B
Python
try:
|
|
pass
|
|
except <warning descr="Python version 3.7 does not support missing parentheses in except clauses">IOError, OSError</warning>:
|
|
pass |