From 9e822c13118945381eba7e845edf1ae84e05bca2 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 7 Aug 2026 11:16:39 +0200 Subject: [PATCH] pyrefly directives --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9803340..4fa8b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,17 @@ my-script = "digimarks:app" [tool.black] line-length = 120 +[tool.pyrefly] +# The directory Pyrefly will search for files to type check +project-includes = [ + "src", "tests" +] +# The directory/directories where Pyrefly looks for imports +search-path = [ + "." +] +preset = "default" + [tool.ruff] exclude = [ ".git",