From d58a7c019df0bde1ae5edde35a628b861715c758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Tue, 23 Nov 2021 20:10:29 +0100 Subject: Fix typo in pylintrc for useless-suppression (#5303) * Fix typo in pylintrc for useless-suppression * Fix CI for information messages * Remove useless disables * Update CI and docs for 3.8+ Co-authored-by: Pierre Sassoulas --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index 95e796939..299867086 100644 --- a/pylintrc +++ b/pylintrc @@ -57,7 +57,7 @@ confidence= # multiple time. See also the "--disable" option for examples. enable= use-symbolic-message-instead, - useless-supression, + useless-suppression, fixme # Disable the message, report, category or checker with the given id(s). You -- cgit v1.2.1