mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-09-19 17:29:06 +02:00
pyrefly directives
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user