bump ruff and minor fixes (#1390)

This commit is contained in:
collerek
2024-08-02 09:38:52 +02:00
committed by GitHub
parent e18caa31e6
commit 1cd9204665
7 changed files with 8 additions and 9 deletions

View File

@ -28,7 +28,7 @@ type_check:
mkdir -p .mypy_cache && poetry run python -m mypy ormar tests --ignore-missing-imports --install-types --non-interactive
lint:
poetry run python -m ruff . --fix
poetry run python -m ruff check . --fix
fmt:
poetry run python -m black .