Skip to content

Commit b780486

Browse files
Merge pull request #3061 from VWS-Python/dependabot/pip/pyproject-fmt-2.20.0
Bump pyproject-fmt from 2.18.1 to 2.20.0
2 parents ad29df2 + 358fa0f commit b780486

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

pyproject.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ optional-dependencies.dev = [
7272
"pydocstyle==6.3",
7373
"pylint[spelling]==4.0.5",
7474
"pylint-per-file-ignores==3.2.0",
75-
"pyproject-fmt==2.18.1",
75+
"pyproject-fmt==2.20.0",
7676
"pyrefly==0.57.1",
7777
"pyright==1.1.408",
7878
"pyroma==5.0.1",
@@ -329,6 +329,28 @@ indent = 4
329329
keep_full_version = true
330330
max_supported_python = "3.13"
331331

332+
[tool.mypy]
333+
strict = true
334+
files = [ "." ]
335+
exclude = [ "build" ]
336+
plugins = [
337+
"pydantic.mypy",
338+
"mypy_strict_kwargs",
339+
]
340+
follow_untyped_imports = true
341+
342+
[tool.pyrefly]
343+
search_path = [
344+
".",
345+
"src",
346+
]
347+
errors.non-exhaustive-match = "error"
348+
349+
[tool.pyright]
350+
enableTypeIgnoreComments = false
351+
reportUnnecessaryTypeIgnoreComment = true
352+
typeCheckingMode = "strict"
353+
332354
[tool.pytest]
333355
xfail_strict = true
334356
log_cli = true
@@ -357,28 +379,6 @@ report.exclude_also = [
357379
report.fail_under = 100
358380
report.show_missing = true
359381

360-
[tool.mypy]
361-
strict = true
362-
files = [ "." ]
363-
exclude = [ "build" ]
364-
plugins = [
365-
"pydantic.mypy",
366-
"mypy_strict_kwargs",
367-
]
368-
follow_untyped_imports = true
369-
370-
[tool.pyrefly]
371-
search_path = [
372-
".",
373-
"src",
374-
]
375-
errors.non-exhaustive-match = "error"
376-
377-
[tool.pyright]
378-
enableTypeIgnoreComments = false
379-
reportUnnecessaryTypeIgnoreComment = true
380-
typeCheckingMode = "strict"
381-
382382
[tool.pydocstringformatter]
383383
write = true
384384
split-summary-body = false

0 commit comments

Comments
 (0)