From 0985873025063c1c5ed499b6ffd3337215d3aa83 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Mon, 7 Oct 2024 10:28:52 -0700 Subject: [PATCH] Revert "CI - convert pylint to soft check" This reverts commit 148fcbb1adeb266b0435c1d69f9ef016edc3c853. --- .github/workflows/pylint.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index f789707a..d8a0da8b 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -16,9 +16,4 @@ jobs: python -m pip install --upgrade pip pip install pylint - name: Pylint check - # TODO: #210 - convert to hard check when lint is picked up - run: | - dev_tools/pylint || ( - echo "pylint check failed. The error is temporarily ignored." - echo "See https://github.com/quantumlib/unitary/issues/210" - ) + run: dev_tools/pylint