We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffafd1 commit cfea662Copy full SHA for cfea662
src/trustyai/language/detoxify/tmarco.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-# pylint: disable = invalid-name, line-too-long, use-dict-literal, consider-using-f-string, too-many-nested-blocks, self-assigning-variable
+# pylint: disable = invalid-name, line-too-long, use-dict-literal, consider-using-f-string, too-many-nested-blocks, self-assigning-variable, broad-exception-raised, possibly-used-before-assignment
3
"""TMaRCo detoxification."""
4
import os
5
import math
0 commit comments