akaihola/Darker
Apply Black, isort and linters to modified lines only.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| options | Options passed to Darker. Use `darker --help` to see available options. Default: '--check --diff --color' | no | --check --diff --color |
| src | Source to run Darker. Default: '.' | no | . |
| version | Version of Darker to use, e.g. "~=3.0.0", "3.0.0", "@master" | no | ~=3.0.0 |
| revision | Git revision range to compare when determining modified lines. Determined automatically if omitted. | no | — |
| lint | NOTE: Baseline linting has been moved to the Graylint package. | no | "" |
| working-directory | Directory to run Darker in, either absolute or relative to $GITHUB_WORKSPACE. By default, Darker is run in $GITHUB_WORKSPACE. | no | . |
Outputs
| name | description |
|---|---|
| exitcode | Exit code of Darker |
| stdout | Standard output of Darker |