A collection of personal project templates.
The templates can be used with this fish script.
The goal of those templates is to enforce the strictest possible linting, formatting and type checking for all languages to write high-quality code.
-
A python application with poetry for package management, ruff for linting and mypy for type checking.
-
A generic go project with staticcheck for linting.