Skip to content

Commit 495fad3

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 26b9256 commit 495fad3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ plugins = [
302302
"mypy_strict_kwargs",
303303
]
304304

305+
[tool.pyrefly]
306+
errors.non-exhaustive-match = "error"
307+
305308
[tool.pyright]
306309
enableTypeIgnoreComments = false
307310
reportUnnecessaryTypeIgnoreComment = true
@@ -376,6 +379,3 @@ exclude = [ ".venv" ]
376379
[tool.yamlfix]
377380
section_whitelines = 1
378381
whitelines = 1
379-
380-
[tool.pyrefly]
381-
errors.non-exhaustive-match = "error"

0 commit comments

Comments
 (0)