From 1cf6ce251b7526f84c68f009a003677bb2e07d81 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 21 Oct 2023 21:48:22 +0300 Subject: [PATCH] Fixed ruff command --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5e85147..d238a558 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,7 +74,7 @@ jobs: - name: Lint code if: "env.IS_PYPY == 'false'" run: | - ruff --format=github aiogram examples + ruff --output-format=github aiogram examples mypy aiogram black --check --diff aiogram tests