From e2a7b0fa645ab9e5fe2207348ed9a509338c4d2a Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 7 Dec 2024 10:59:01 +0400 Subject: [PATCH] back to original formatting --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c2b9be..2e78f53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,18 +30,18 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt - pip install pytest ecos + pip install pytest ecos black isort flake8 # isort black flake8 # pip install ecos - name: Test with pytest run: | pytest ./tests - #- name: Check with isort - # run: | - # isort --check --diff . - #- name: Check with black - # run: | - # black --check --diff . - #- name: Check with flake8 - # run: | - # flake8 --show-source --statistics . + - name: Check with isort + run: | + isort --check --diff . + - name: Check with black + run: | + black --check --diff . + - name: Check with flake8 + run: | + flake8 --show-source --statistics .