Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.51 KB

File metadata and controls

37 lines (25 loc) · 1.51 KB

Python Project Template

A clean and ready-to-use template for Python projects, including linters, pre-commit hooks, and CI configuration.

How to use

  1. Fork this repository on GitHub and clone it to your local machine.
  2. Create a virtual environment and install development dependencies:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements-dev.txt
  1. Set up pre-commit hooks in your working directory:
pre-commit install
  1. Replace all instances of python_project_template in this readme with your actual repository name from GitHub repository URL.

Commit and Push

Commit your changes and push them to your GitHub repository.

Happy coding! 💻✨

Badges

Super-Linter pre-commit.ci status GitHub commit activity GitHub top language Coverage Status Static Badge