davidslusser/actions_python_ruff
Github action for running python linting/formatting with ruff
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| options | options to be passed to the ruff command | no | "" |
| pip_install_command | command used to install python dependencies | no | pip install ruff |
| python_version | version of python to run action with | no | 3.x |
| src | source directory to run ruff against | no | . |
| command | command to run ruff; overrides default command and options | no | "" |
Outputs
no outputs