From 832abb48b12ff29a5a93d1cfe637fddf9cdab1ec Mon Sep 17 00:00:00 2001 From: Henrique Musseli Cezar Date: Fri, 12 Jan 2024 16:36:38 +0100 Subject: [PATCH] Get rid of ruff. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9ee199..c15e7b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,6 @@ jobs: - name: Install package run: | pip install -e . - - name: Lint with ruff - run: | - # stop the build if there are Python syntax errors or undefined names - ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 . - # default set of ruff rules with GitHub Annotations - ruff --format=github --target-version=py37 . - name: Test with pytest run: | pytest --cov=./ --cov-report=xml