Skip to content

Latest commit

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Python Code Style

A GitHub action that helps python code to adhere to our style guide for python code at celebrate company.

Linters

  • flake8
  • mypy
  • pylint

Usage

This action ONLY runs the linters. The python environment should be set up separately.

MAKE SURE TO PROVIDE YOUR OWN LINTER CONFIGURATION FILES IN YOUR REPOSITORY.

name: celebrate python lintinguses: kartenmacherei/python-code-style@0.3.0

Features

  • Runs all specified python linters
  • If triggered by a pull request, linter results will be added as comments to the PR.
  • If triggered by a different kind of commit, linter results will be added as check errors.

About

A GitHub action that helps python code to adhere to our style guide

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors