We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae4f1 commit f837a9dCopy full SHA for f837a9d
docs/commands.md
@@ -294,8 +294,9 @@ rye run poly check
294
Show info about libraries used in a specific project.
295
296
`--strict`
297
-A more narrow way of comparing third-party libraries and the actual imports.
298
-This is useful to rule out possible false positives.
+A more narrow way of comparing third-party libraries, versions and the actual imports.
+This is useful to rule out possible false positives,
299
+and to ensure using the same version strings for the libraries across the workspace.
300
301
`--alias`
302
Useful when an import differ from the library name.
0 commit comments