Skip to content

Commit bf26249

Browse files
committed
Enable language backends
https://www.pantsbuild.org/docs/initial-configuration\#enable-backends This does not add any lint/fmt/etc backends, just the language-specific ones.
1 parent e4322ba commit bf26249

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pants.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
[GLOBAL]
22
pants_version = "2.13.0rc1"
3+
backend_packages = [
4+
# python
5+
"pants.backend.python",
6+
"pants.backend.experimental.python",
7+
"pants.backend.python.mixed_interpreter_constraints",
8+
9+
# shell
10+
"pants.backend.shell",
11+
]
312

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

0 commit comments

Comments
 (0)