mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
The first inspection PyIncorrectDocstringInspection checks that docstring contains valid parameters and it's enabled by default. Another - PyMissingOrEmptyDocstringInspection - ensures that docstring exists for every suitable declaration. It often annoys users, so it's turned off initially. Additionally I moved messages from these inspections in PyBundle.