fix: bump ruff (#3275)

* bump ruff

* updated deprecated cli usage

* fixed deprecated pyproject layout

* fixed .format string

* fixed another deprecated setting
This commit is contained in:
Michael Genson 2024-03-09 12:40:08 -06:00 committed by GitHub
commit 315d5b370e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 42 deletions

View file

@ -110,7 +110,7 @@ tasks:
py:lint:
desc: runs python linter
cmds:
- poetry run ruff mealie
- poetry run ruff check mealie
py:check:
desc: runs all linters, type checkers, and formatters