From 94e2063f270fbd6d80251600074713fbdddee9e6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 22 Nov 2022 10:39:02 +0100 Subject: [PATCH] Remove duplicate flake8 command --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f670b8..1480ff5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,4 @@ jobs: nix develop # stop the build if there are Python syntax errors or undefined names flake8 . --count --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --statistics pytest --ds=network_inventory.settings.ram_test -nauto --nomigrations --cov=.