Newer
Older
## Development environment
### Quality Standards
#### Style Guide
#### Pre-commit hooks
Please use the pre-commit hooks provided in this repository to maintain consistency in
the codebase.
```bash
pip install --upgrade pip
pip install -e .[QUALITY]
pre-commit install
```
You can manually run the pre-commit hooks on all files:
```bash
pre-commit run --all-files
```
This will run the following hooks:
- `pymarkdown`