1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 04:55:21 +02:00

fix: pre-commit autoupdate && pre-commit run --all-files (#3780)

This commit is contained in:
Christian Clauss 2024-06-26 12:41:46 +02:00 committed by GitHub
parent 5e0f8a4bf7
commit e2033b2d67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
82 changed files with 94 additions and 98 deletions

View file

@ -93,4 +93,3 @@ mealie_url="http://localhost:9000"
token = authentication(mail, password, mealie_url)
import_from_file(input_file, token, mealie_url)
```