From 17e4bc7dbf2e0dfce6c37cf0f5cefc29f85d432f Mon Sep 17 00:00:00 2001 From: sashacmc Date: Tue, 23 Apr 2024 23:46:08 +0200 Subject: [PATCH] Disable ruff --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4318799..1418102 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -25,9 +25,9 @@ jobs: - 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 . + #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 . + #ruff --format=github --target-version=py37 . - name: Test with pytest run: | pytest