diff --git a/pyproject.toml b/pyproject.toml index a7f422bf..9c1da37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ optional-dependencies.dev = [ "prek==0.3.2", "pydocstringformatter==0.7.5", "pylint[spelling]==4.0.4", - "pyproject-fmt==2.14.2", + "pyproject-fmt==2.15.2", "pyrefly==0.52.0", "pyright==1.1.408", "pyroma==5.0.1", @@ -270,10 +270,10 @@ ini_options.xfail_strict = true ini_options.log_cli = true [tool.coverage] +run.branch = true report.exclude_also = [ "if TYPE_CHECKING:", ] -run.branch = true [tool.mypy] strict = true