jiwidi/Python Linter: autoflake, isort, black

Ensure Python code quality. Supports autoflake, isort and black

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 10, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: jiwidi/python-lint-action@07a76bcf4703da885641e3714a6238bc680ef186 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
sourceSource file or directoryno.
autoflake-optionsAutoflake optionsno--remove-all-unused-imports --remove-unused-variables --expand-star-imports --ignore-init-module-imports -r
isort-optionsIsort optionsno--profile black --line-length 88
black-optionsBlack optionsno--diff --color --check --line-length 88

no outputs