Skip to content

Commit a7d2586

Browse files
Update readme
1 parent 49572c2 commit a7d2586

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,20 @@ or add it to PATH:
483483
export "PATH=/venv/root/folder/bin:$PATH"
484484
```
485485
486+
### Linting And Formatting
487+
488+
Run linter and format checks
489+
490+
```bash
491+
make check
492+
```
493+
494+
Address autofixable linter and formatting issues
495+
496+
```bash
497+
make fix
498+
```
499+
486500
### Testing
487501
488502
#### Unit

0 commit comments

Comments
 (0)