mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-20 15:22:18 +00:00
🎨(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:
committed by
aleb_the_flash
parent
888fbbcd5f
commit
1f71bfc5d2
@@ -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 _
|
||||
|
||||
|
||||
Reference in New Issue
Block a user