We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b9256 commit 495fad3Copy full SHA for 495fad3
pyproject.toml
@@ -302,6 +302,9 @@ plugins = [
302
"mypy_strict_kwargs",
303
]
304
305
+[tool.pyrefly]
306
+errors.non-exhaustive-match = "error"
307
+
308
[tool.pyright]
309
enableTypeIgnoreComments = false
310
reportUnnecessaryTypeIgnoreComment = true
@@ -376,6 +379,3 @@ exclude = [ ".venv" ]
376
379
[tool.yamlfix]
377
380
section_whitelines = 1
378
381
whitelines = 1
-
-[tool.pyrefly]
-errors.non-exhaustive-match = "error"
0 commit comments