There was an error while loading. Please reload this page.
1 parent 8db5ee7 commit 19dfd32Copy full SHA for 19dfd32
1 file changed
pyproject.toml
@@ -198,7 +198,9 @@ lint.unfixable = [
198
"ERA001",
199
]
200
lint.external = [ "NOD" ]
201
-lint.flake8-tidy-imports.banned-api."typing.cast".msg = "typing.cast is banned: use explicit type narrowing or a typed variable instead."
+lint.flake8-tidy-imports.banned-api."typing.cast".msg = """\
202
+ typing.cast is banned: use explicit type narrowing or a typed variable instead.\
203
+ """
204
lint.pydocstyle.convention = "google"
205
206
[tool.pylint]
0 commit comments