Skip to content

Commit

Permalink
Upgrade to Pants 2.17.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw authored Aug 31, 2023
1 parent 751db8b commit a930f25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0 (see LICENSE).

[GLOBAL]
pants_version = "2.16.0"
pants_version = "2.17.0"
backend_packages.add = [
"pants.backend.build_files.fmt.black",
"pants.backend.python",
Expand Down Expand Up @@ -44,3 +44,7 @@ resolves = { python-default = "python-default.lock"}
# problematic system Pythons. See
# https://www.pantsbuild.org/docs/python-interpreter-compatibility#changing-the-interpreter-search-path.
search_path = ["<PATH>", "<PYENV>"]

[python-infer]
# 2.17 is transitioning to a new, faster parser for dependency inference:
use_rust_parser = true

0 comments on commit a930f25

Please sign in to comment.