Skip to content
/ template.py Public template

A standardized Python template configuration for my projects.

License

Notifications You must be signed in to change notification settings

AlexFlipnote/template.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template.py

A standardized Python template configuration for my projects.

I got tired of copy-pasting the same setup across repositories, so I created this as my go-to pyproject.toml configuration.

You're welcome to use it, but be warned, you will encounter errors and warnings due to its strict settings. Use at your own risk 😇.

Version to use

Python 3.11 or newer

Tools

By installing the requirements.txt file, you will get the following tools:

Tool Purpose
astral-sh/ruff Linter
microsoft/pyright Type checker