is there a setting i can change to make pants rais...
# general
h
is there a setting i can change to make pants raise an error instead of a warning when itโ€™s not able to infer an import? e.g. can i force something like this to fail instead of simply raising a warning hidden in the CI logs?
Copy code
05:30:50.77 [WARN] Pants cannot infer owners for the following imports in the target src/example.py:

  * Levenshtein (line: 4)

If you do not expect an import to be inferrable, add `# pants: no-infer-dep` to the import line. Otherwise, see <https://www.pantsbuild.org/v2.17/docs/troubleshooting#import-errors-and-missing-dependencies> for common problems.
โœ… 1
n
h
i swear i think iโ€™m blind sometimes ๐Ÿ˜‚
thanks, that seems like the one!