8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
## Checking commands
|
|
After writing code, always run from `backend/`:
|
|
```shell
|
|
ruff format
|
|
ruff check --fix
|
|
ty check
|
|
```
|