File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 10
10
* Continue introducing `pants <https://www.pantsbuild.org/docs >`_ to improve DX (Developer Experience)
11
11
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
12
12
to pants' use of PEX lockfiles. This is not a user-facing addition.
13
- #5778 #5789
13
+ #5778 #5789 #5817
14
14
Contributed by @cognifloyd
15
15
16
16
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ enabled = false
6
6
repo_id = " de0dea7a-9f6a-4c6e-aa20-6ba5ad969b8a"
7
7
8
8
[GLOBAL ]
9
- pants_version = " 2.14.0rc3 "
9
+ pants_version = " 2.14.0 "
10
10
backend_packages = [
11
11
# python
12
12
" pants.backend.python" ,
@@ -84,6 +84,16 @@ root_patterns = [
84
84
" /st2common/benchmarks/micro" ,
85
85
]
86
86
87
+ [python-infer ]
88
+ # https://www.pantsbuild.org/docs/reference-python-infer#unowned_dependency_behavior
89
+ # The default changed from "ignore" to "warning" in pants 2.14.
90
+ # Many of the new warnings however have been adressed via explicit deps,
91
+ # so the warnings are not helpful. In pants 2.16, a "visibility" feature might help
92
+ # us to disambiguate deps between files without those explicit BUILD dependencies,
93
+ # and without adding "# pants: no-infer-dep" comments all over the codebase.
94
+ # Revisit this in pants 2.16 to see if it is feasible to use the default "warning".
95
+ unowned_dependency_behavior = " ignore"
96
+
87
97
[bandit ]
88
98
lockfile = " lockfiles/bandit.lock"
89
99
version = " bandit==1.7.0"
You can’t perform that action at this time.
0 commit comments