From dd599fbc12278328bd6c5c5fd134bdb78115664a Mon Sep 17 00:00:00 2001 From: Tipragot Date: Thu, 26 Oct 2023 17:40:01 +0200 Subject: [PATCH] Ajout d'une alerte lors d'import inutiles --- .pylintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 6f398af..67159ff 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,3 +1,5 @@ [MESSAGES CONTROL] disable=all -enable= missing-docstring \ No newline at end of file +enable= + missing-docstring, + unused-import, \ No newline at end of file -- 2.43.4