@@ -12,20 +12,23 @@ backend_packages.add = [
1212 " pants.backend.python.typecheck.mypy" ,
1313]
1414
15- # Pants' sponsor, Toolchain, offers remote caching, which can improve your CI performance
16- # with minimal configuration. For more details, visit https://toolchain.com
15+ # Pants' sponsor, Toolchain, offers remote caching, which can improve your CI performance with minimal configuration.
16+ # Visit https://toolchain.com to enable and try it on your repository
17+ # docs: https://docs.toolchain.com/docs
1718
1819plugins.add = [
19- " toolchain.pants.plugin==0.20 .0" ,
20+ " toolchain.pants.plugin==0.25 .0" ,
2021]
21-
2222remote_cache_read = false
2323remote_cache_write = false
24- remote_store_address = " grpcs://cache.toolchain.com:443"
25- remote_auth_plugin = " toolchain.pants.auth.plugin:toolchain_auth_plugin"
2624
27- # End Toolchain-specific configuration
25+ [toolchain-setup ]
26+ repo = " example-python"
27+ org = " pantsbuild"
2828
29+ [buildsense ]
30+ enable = false
31+ # End Toolchain-specific configuration
2932
3033[anonymous-telemetry ]
3134enabled = true
@@ -58,14 +61,3 @@ resolves = { python-default = "python-default.lock"}
5861# problematic system Pythons. See
5962# https://www.pantsbuild.org/docs/python-interpreter-compatibility#changing-the-interpreter-search-path.
6063search_path = [" <PATH>" , " <PYENV>" ]
61-
62-
63- # Configuration for Toolchain instrumentation and remote caching
64- # Visit https://toolchain.com to enable and try it on your repository
65-
66- [toolchain-setup ]
67- repo = " pants"
68- org = " example-python"
69-
70- [buildsense ]
71- enable = false
0 commit comments