You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lint-python/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ jobs:
26
26
|--------------|-----------|-|
27
27
| packages | Python packages to lint | Required |
28
28
| python-version | Python version to use for running the action. | Optional (default is `3.10`) |
29
+
| package-manager | Package manager to use for running the action (`poetry` or `uv`). | Optional (default is `poetry`) |
29
30
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default `latest` poetry version) |
31
+
| poetry-version | Use a specific uv version. By default the latest release is used. | Optional (default `latest` poetry version) |
30
32
| cache | Cache dependencies by setting it to `"true"`. Leave unset or set to an other string then `"true"` to disable the cache. | Optional |
31
33
| cache-dependency-path | Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
32
34
| cache-poetry-installation | "Cache poetry and its dependencies. Default is `"true"`. Set to an other string then `"true"` to disable the cache." | Optional (default: `"true"`) |
0 commit comments