From b76aead7a21db62a604585a1e7cabbe6ae35d497 Mon Sep 17 00:00:00 2001 From: Maeva Pourpoint <maeva@passcal.nmt.edu> Date: Mon, 30 Aug 2021 13:48:08 -0600 Subject: [PATCH] Update flake8 commands --- .gitlab-ci.yml | 3 +-- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c139d76..5435d8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,7 @@ flake8: - passoft stage: Static Analysis and Test script: - - flake8 --ignore=E501,W503 lemi2seed - - flake8 tests + - flake8 --ignore=E501,W503 lemi2seed tests mypy: image: python:3.8 diff --git a/tox.ini b/tox.ini index 6424740..a76f929 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,7 @@ envlist = py37, py38, py39, flake8, mypy [testenv:flake8] basepython = python deps = flake8 -commands = flake8 --ignore=E501,W503 lemi2seed - flake8 tests +commands = flake8 --ignore=E501,W503 lemi2seed tests [testenv:mypy] basepython = python -- GitLab