Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
terminal

GitHub Action

Python Code Quality Action

v1.0.1

Python Code Quality Action

terminal

Python Code Quality Action

Checks repository using flake8, black, and isort

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Python Code Quality Action

uses: WillCodeForCats/python-lint-action@v1.0.1

Learn more about this action in WillCodeForCats/python-lint-action

Choose a version

python-lint-action

GitHub Action for python linting with isort, black, and flake8.

About

Usage

See action.yml

Basic:

steps:
  - uses: actions/checkout@v3
  - uses: WillCodeForCats/python-lint-action@latest

Credits