Skip to content

Commit 475adbe

Browse files
Merge pull request #3190 from VWS-Python/dependabot/pip/pyproject-fmt-2.29.0
chore(deps-dev): Bump pyproject-fmt from 2.28.2 to 2.29.0
2 parents b05f515 + a883866 commit 475adbe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ optional-dependencies.dev = [
5555
"pygments==2.21.0",
5656
"pylint[spelling]==4.0.8",
5757
"pylint-per-file-ignores==3.2.1",
58-
"pyproject-fmt==2.28.2",
58+
"pyproject-fmt==2.29.0",
5959
"pyrefly==1.2.0",
6060
"pyright==1.1.411",
6161
"pyroma==5.0.1",
@@ -154,7 +154,9 @@ lint.unfixable = [
154154
"ERA001",
155155
]
156156
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."
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+
"""
158160
lint.pydocstyle.convention = "google"
159161

160162
[tool.pylint]

0 commit comments

Comments
 (0)