A clean and ready-to-use template for Python projects, including linters, pre-commit hooks, and CI configuration.
- Fork this repository on GitHub and clone it to your local machine.
- 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
- Set up pre-commit hooks in your working directory:
pre-commit install
- Replace all instances of python_project_template in this readme with your actual repository name from GitHub repository URL.
Commit your changes and push them to your GitHub repository.
Happy coding! 💻✨