WeblateOrg / weblate

Missing module/function docstring PY-D0003
Documentation
Minor
1 occurrence in this check
Docstring missing for clean_credentials
207        ),
208    )
209
210    def clean_credentials(self):211        try:
212            json.loads(self.cleaned_data["credentials"])
213        except json.JSONDecodeError as error: