Remove duplicate flake8 command

This commit is contained in:
Andreas Zweili 2022-11-22 10:39:02 +01:00
parent 444c39ec91
commit 94e2063f27
1 changed files with 0 additions and 2 deletions

View File

@ -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=.