Commit e40e1b5e authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat: Add make task instructions to README

parent 860defac
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
Python Project Template
=======================
> Under Construction

Run Linting
----------
```bash
make lint
```
Format code without running linting:
```bash
make format
```

Run Tests
---------
```bash
make test
```
 No newline at end of file