Configures pyrefly as an alternative and baselines its report

This commit is contained in:
Trenton H
2026-02-04 12:19:27 -08:00
parent b8e3b6590e
commit 41e8fb0bbf
3 changed files with 17401 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ typing = [
"microsoft-python-type-stubs @ git+https://github.com/microsoft/python-type-stubs.git",
"mypy",
"mypy-baseline",
"pyrefly",
"types-bleach",
"types-channels",
"types-colorama",
@@ -347,6 +348,11 @@ disallow_untyped_defs = true
warn_redundant_casts = true
warn_unused_ignores = true
[tool.pyrefly]
search-path = [ "src" ]
baseline = ".pyrefly-baseline.json"
python-platform = "linux"
[tool.django-stubs]
django_settings_module = "paperless.settings"