-
Notifications
You must be signed in to change notification settings - Fork 380
Expand file tree
/
Copy pathconfig.toml
More file actions
13 lines (13 loc) · 1.02 KB
/
config.toml
File metadata and controls
13 lines (13 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
[env]
CONFIG_DOC_PATH = { value = "website/docs/configuration.mdx", relative = true }
ERROR_KINDS_DOC_PATH = { value = "website/docs/error-kinds.mdx", relative = true }
TEST_FILES_PATH = { value = "pyrefly/lib/test/lsp/lsp_interaction/test_files", relative = true }
PYDANTIC_TEST_PATH = { value = "pyrefly/lib/test/pydantic/third-party", relative = true }
DJANGO_TEST_PATH = { value = "pyrefly/lib/test/django/third-party", relative = true }
FACTORY_BOY_TEST_PATH = { value = "pyrefly/lib/test/factory_boy/third-party", relative = true }
ATTRS_TEST_PATH = { value = "pyrefly/lib/test/attrs/third-party", relative = true }
MARSHMALLOW_TEST_PATH = { value = "pyrefly/lib/test/marshmallow/third-party", relative = true }
GLEAN_SNAPSHOTS_PATH = { value = "pyrefly/lib/report/glean/snapshots", relative = true }
REPORT_TEST_PATH = { value = "pyrefly/lib/test/report/test_files", relative = true }
STUBGEN_TEST_PATH = { value = "pyrefly/lib/test/stubgen", relative = true }
SHAPE_DSL_TEST_PATH = { value = "test/tensor_shapes/fixtures", relative = true }