Skip to content

Commit a13abab

Browse files
committed
Readme updates
1 parent e3c92b7 commit a13abab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)