forked from run-llama/llama_index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pants.toml
29 lines (25 loc) · 798 Bytes
/
pants.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[GLOBAL]
backend_packages = [
"pants.backend.python",
"pants.backend.python.lint.black",
"pants.backend.python.mixed_interpreter_constraints",
"pants.backend.python.typecheck.mypy",
]
pants_version = "2.19.0"
remote_cache_read = true
remote_cache_rpc_timeout_millis = 60000
remote_cache_write = true
remote_instance_name = "main"
remote_store_address = "grpc://framework-ci-balancer-1983728860.us-east-1.elb.amazonaws.com:9092"
remote_store_rpc_timeout_millis = 60000
session_end_tasks_timeout = 60.0
unmatched_build_file_globs = "error"
[black]
config = "./pyproject.toml"
[python]
interpreter_constraints = ["==3.10.*", "==3.8.*", "==3.9.*"]
[python-infer]
ambiguity_resolution = "by_source_root"
[source]
marker_filenames = ["pyproject.toml"]
root_patterns = ["*tests", "/"]