Skip to content

programmingwithalex/test_repo_pylinter_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

test_repo_pylinter

Copyright (c) 2021, programmingwithalex

Description

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

Python linting packages covered:

  • flake8
  • mypy
  • isort

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages