From bc6e80015844dfd4be44a877109e68798c26e79a Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Wed, 26 Jul 2023 13:04:55 +0200 Subject: code style and type annotation fixes --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 576e81a..aca6a8a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -156,7 +156,8 @@ disable=raw-checker-failed, useless-suppression, deprecated-pragma, use-symbolic-message-instead, - duplicate-code + duplicate-code, + missing-module-docstring -- cgit v1.2.3