There was an error while loading. Please reload this page.
2 parents b05f515 + a883866 commit 475adbeCopy full SHA for 475adbe
1 file changed
pyproject.toml
@@ -55,7 +55,7 @@ optional-dependencies.dev = [
55
"pygments==2.21.0",
56
"pylint[spelling]==4.0.8",
57
"pylint-per-file-ignores==3.2.1",
58
- "pyproject-fmt==2.28.2",
+ "pyproject-fmt==2.29.0",
59
"pyrefly==1.2.0",
60
"pyright==1.1.411",
61
"pyroma==5.0.1",
@@ -154,7 +154,9 @@ lint.unfixable = [
154
"ERA001",
155
]
156
lint.external = [ "NOD" ]
157
-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 = """\
158
+ typing.cast is banned: use explicit type narrowing or a typed variable instead.\
159
+ """
160
lint.pydocstyle.convention = "google"
161
162
[tool.pylint]
0 commit comments