Skip to content
/ python-template Public template

Template repository for python projects with pre-commit, gitignore, and flake8 formatting set up.

License

Notifications You must be signed in to change notification settings

AustinT/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Template

Project description here

This is a template project so I don't need to keep setting up pre-commit.

Development

Installation

Installation instructions here

Formatting

Use pre-commit to enforce formatting, large file checks, etc.

If not already installed in your environment, run:

conda install pre-commit

To install the precommit hooks:

pre-commit install

Now a series of useful checks will be run before any commit.

About

Template repository for python projects with pre-commit, gitignore, and flake8 formatting set up.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published