🎨(backend) use pylint error names instead of codes in disable comments

Replace pylint error codes with descriptive error names in disable comments
to make suppressed warnings explicit and improve code readability.
This commit is contained in:
lebaudantoine
2025-09-03 18:43:18 +02:00
committed by aleb_the_flash
parent 888fbbcd5f
commit 1f71bfc5d2
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"""Client serializers for the Meet core app."""
# pylint: disable=W0223,E0611
# pylint: disable=abstract-method,no-name-in-module
from django.utils.translation import gettext_lazy as _