1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Optimize code and imports

This commit is contained in:
wlinator 2024-08-22 14:42:11 +02:00
parent 994959618e
commit da7e142309
29 changed files with 276 additions and 275 deletions

View file

@ -23,6 +23,7 @@ expand the bot's functionality. Please follow these guidelines when contributing
poetry install
poetry shell
poetry pre-commit install
poetry run pre-commit run --all-files
```
## Making Changes