2 parents c8094d2 + a78dee7 commit 5947eccCopy full SHA for 5947ecc
1 file changed
pyproject.toml
@@ -156,6 +156,7 @@ lint.unfixable = [
156
"ERA001",
157
]
158
lint.external = [ "NOD" ]
159
+lint.flake8-tidy-imports.banned-api."operator.attrgetter".msg = "operator.attrgetter is banned: use a lambda instead."
160
lint.flake8-tidy-imports.banned-api."typing.cast".msg = """\
161
typing.cast is banned: use explicit type narrowing or a typed variable instead.\
162
"""
0 commit comments