From 668fb6893fb75eff1065dcbcc7d7a8b5b36226c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 4 Feb 2025 13:29:26 +0100 Subject: [PATCH] Fix new Prospector errors --- .prospector.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prospector.yaml b/.prospector.yaml index 635368baa..8eb06f623 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