Skip to content

Commit

Permalink
Enable language backends
Browse files Browse the repository at this point in the history
https://www.pantsbuild.org/docs/initial-configuration\#enable-backends

This does not add any lint/fmt/etc backends, just the language-specific ones.
  • Loading branch information
cognifloyd committed Aug 19, 2022
1 parent e4322ba commit bf26249
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pants.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[GLOBAL]
pants_version = "2.13.0rc1"
backend_packages = [
# python
"pants.backend.python",
"pants.backend.experimental.python",
"pants.backend.python.mixed_interpreter_constraints",

# shell
"pants.backend.shell",
]

[source]
# recording each pack individually under root patterns is not great, but resolves these issues:
Expand Down

0 comments on commit bf26249

Please sign in to comment.