There was an error while loading. Please reload this page.
1 parent 3cb6919 commit 13eda3fCopy full SHA for 13eda3f
1 file changed
pyproject.toml
@@ -153,6 +153,7 @@ lint.external = [
153
# Vulture.
154
"V",
155
]
156
+lint.flake8-tidy-imports.banned-api."operator.attrgetter".msg = "operator.attrgetter is banned: use a lambda instead."
157
lint.flake8-tidy-imports.banned-api."typing.cast".msg = """\
158
typing.cast is banned: use explicit type narrowing or a typed variable instead.\
159
"""
0 commit comments