This is an opinionated template repository to help you implement best practices easily in your Python projects. It's easy, for you next projects, create the repository according to this template. Then follow instruction in the Getting Started section.
- Rename the package name
- The folder named your_package_name
- In the packages section, line 8 in the pyproject.toml
- In the mypy section, line 41 in the pyproject.toml file, with your real package
- Install pre-commit hooks
poetry run pre-commit install
- (Optinal) Change the language version if needed
- In the pyproject.toml file line 13 and 36
- In the .pre-commit-config.yaml file line 22