File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This repository provides a basic Python project template, ideal for quick setup
66## Features
77- ** Workflow Configurations:** Automated testing and linting workflows in ` .github/workflows ` for multiple python versions.
88- ** Testing Setup:** Ready-to-use test cases in ` tests ` directory.
9- - ** Essential Files:** Includes ` .flake8 ` , ` .gitignore ` , ` Pipfile ` , ` pyproject.toml ` .
9+ - ** Essential Files:** Includes ` .pre-commit-config.yaml ` , ` .gitignore ` , ` pyproject.toml ` .
1010- ** Python Scripts:** Sample ` main.py ` and ` utils.py ` for a quick start.
1111
1212## Usage
@@ -29,5 +29,6 @@ More helpful debugging information.
2929
3030### Makefile
3131
32- Add ` make fl ` for running format and lint.
33- Add ` make flt ` for running format, lint and tests.
32+ Uses UV for fast dependency management and pre-commit for code quality.
33+ Add ` make fmt ` for running format and lint.
34+ Add ` make ft ` for running format, lint and tests.
You can’t perform that action at this time.
0 commit comments