cgarrett / test_repo_pylinter_v1

Demo repo to accompany YouTube video demonstrating how to use the pylinter GitHub action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_repo_pylinter_v1

Description

Demo repo to accompany YouTube video demonstrating how to use pylinter GitHub Action written by myself.

The YouTube video can be found here https://www.youtube.com/watch?v=oi94qEvi9Qo&list=PL0dOL8Z7pG3J6t1pqRQiNarBGY-ZnIJcq.

Contents

  • main.py
    • only .py file
    • contains obvious mypy, flake8, and isort errors
  • .github/workflows/main.py
    • GitHub workflow file that uses the GitHub action pylinter
    • can be used as is, or can be customized with the various flags for pylinter
    • can also add/remove the last two code sections that will automatically commit and push the code changes made by isort (more documentation is on the pylinter page)

About

Demo repo to accompany YouTube video demonstrating how to use the pylinter GitHub action


Languages

Language:Python 100.0%