We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751db8b commit a930f25Copy full SHA for a930f25
pants.toml
@@ -2,7 +2,7 @@
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
4
[GLOBAL]
5
-pants_version = "2.16.0"
+pants_version = "2.17.0"
6
backend_packages.add = [
7
"pants.backend.build_files.fmt.black",
8
"pants.backend.python",
@@ -44,3 +44,7 @@ resolves = { python-default = "python-default.lock"}
44
# problematic system Pythons. See
45
# https://www.pantsbuild.org/docs/python-interpreter-compatibility#changing-the-interpreter-search-path.
46
search_path = ["<PATH>", "<PYENV>"]
47
+
48
+[python-infer]
49
+# 2.17 is transitioning to a new, faster parser for dependency inference:
50
+use_rust_parser = true
0 commit comments