We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49572c2 commit a7d2586Copy full SHA for a7d2586
1 file changed
README.md
@@ -483,6 +483,20 @@ or add it to PATH:
483
export "PATH=/venv/root/folder/bin:$PATH"
484
```
485
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
497
+make fix
498
499
500
### Testing
501
502
#### Unit
0 commit comments