kristina-pianykh/pre-commit
Setting up poetry for installing Python dependencies and running pre-commit on changed files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to use Default is 3.9. | no | 3.9 |
| poetry-version | Poetry version to use Default is 1.7.0. | no | 1.7.0 |
| hooks-to-skip | pre-commit hooks to skip should be passed with the comma separator e.g.: sqlfluff-fix,sqlfluff-lint,terraform_fmt,terrascan Default is run all pre-commit hooks. | no | "" |
| cache-paths | A list of files, directories, and wildcard patterns to cache. Default are .venv, ~/.local and ~/.cache/pre-commit. | no | .venv ~/.local ~/.cache/pre-commit |
| tflint-version | The version of TFlint to install if any Default is skipping insllation of TFlint. | no | "" |
Outputs
| name | description |
|---|---|
| random-number | Random number |