Skip to content

Commit 19dfd32

Browse files
[autofix.ci] apply automated fixes
1 parent 8db5ee7 commit 19dfd32

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ lint.unfixable = [
198198
"ERA001",
199199
]
200200
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."
201+
lint.flake8-tidy-imports.banned-api."typing.cast".msg = """\
202+
typing.cast is banned: use explicit type narrowing or a typed variable instead.\
203+
"""
202204
lint.pydocstyle.convention = "google"
203205

204206
[tool.pylint]

0 commit comments

Comments
 (0)