WIP: linter setup

This commit is contained in:
Matthew Ryan Dillon 2025-08-30 12:06:01 -04:00
parent 2a3538ac9e
commit be51eb920e
6 changed files with 305 additions and 22 deletions

View file

@ -22,6 +22,32 @@ A custom TRMNL plugin that fetches and displays weather and pollen data.
fastapi run main.py --port 8887
```
## Development
### Install Development Dependencies
```bash
make dev-install
```
### Code Quality
This project uses [Ruff](https://docs.astral.sh/ruff/) for linting and formatting.
**Available commands:**
```bash
make lint
make format
make lint-fix
make check
make clean
```
## Docker
Build and run with Docker: