jiwidi/Python Linter: autoflake, isort, black
Ensure Python code quality. Supports autoflake, isort and black
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 10, 2022
- License
- None
Pinned Snippet
uses: jiwidi/python-lint-action@07a76bcf4703da885641e3714a6238bc680ef186 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source file or directory | no | . |
| autoflake-options | Autoflake options | no | --remove-all-unused-imports --remove-unused-variables --expand-star-imports --ignore-init-module-imports -r |
| isort-options | Isort options | no | --profile black --line-length 88 |
| black-options | Black options | no | --diff --color --check --line-length 88 |
Outputs
no outputs