Skip to content

This is a repository grooping some tips for clean code for python projects.

Notifications You must be signed in to change notification settings

helhadry/CleanCodePython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CleanCodePython

This is a repository grooping some tips for clean code for python projects.

Configuring the tools for enforcing basic quality gates

  1. Type hinting with Mypy.
  2. Checking the code with Pylint.
  3. Formatting the code with Black.

These tools can be automated using CI tools like GitHub Actions.

About

This is a repository grooping some tips for clean code for python projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%