diff --git a/.prospector.yaml b/.prospector.yaml index 635368ba..8eb06f62 100644 --- a/.prospector.yaml +++ b/.prospector.yaml @@ -10,6 +10,8 @@ ignore-patterns: - ^examples/.*.py pylint: + options: + extension-pkg-allow-list: cairo, SQLiteDict disable: - cyclic-import # see: https://github.com/PyCQA/pylint/issues/850