pyrefly directives

This commit is contained in:
2026-08-07 11:16:39 +02:00
parent ec47066d41
commit 9e822c1311
+11
View File
@@ -69,6 +69,17 @@ my-script = "digimarks:app"
[tool.black] [tool.black]
line-length = 120 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] [tool.ruff]
exclude = [ exclude = [
".git", ".git",