Fix linting issues across repository - Install pre-commit hooks properly - Fix trailing whitespace and end-of-file issues in metric card generator README - Fix import sorting across multiple files to comply with isort --profile black

This commit is contained in:
Shannon Sands 2025-05-23 15:17:27 +10:00
parent 27ea15e544
commit 93a5da9e32
22 changed files with 13 additions and 16138 deletions

View file

@ -62,4 +62,4 @@ This environment can be integrated into the Atropos training loop to improve a m
```bash
# Example training command
python example_trainer/trainer.py --environment metric_card_generator --model your_model --iterations 1000
```
```