From c4fa2b4f2f27cbe0b9619ec1c6ac38773ea8cc75 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Mon, 5 Feb 2024 09:52:01 -0500 Subject: [PATCH] CI: Hotfix of codestyle --- .github/workflows/code_style.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 0b2c24c..adf8da2 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -37,5 +37,6 @@ jobs: run: | mypy ./src ./tests --ignore-missing-imports - name: Analyze code with ruff + run: | ruff format --check - ruff check \ No newline at end of file + ruff check