Skip to content

davidslusser/python_project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_project_template

A standardized git template for creating new python projects

Enable Git Hooks (optional) To enable pre-commit code quality checks, update the location of git hooks with the following command:

git config core.hooksPath .github/hooks

Note: to make a commit with the precommit hooks temporarily disabled, run the following:

git commit --no-verify

About

A standardized git template for creating new python projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published