From 9f48f262a1fe2716e4a82e853342d2ca5e8535d4 Mon Sep 17 00:00:00 2001 From: wuziqian211 <65224318+wuziqian211@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:10:25 +0800 Subject: [PATCH] =?UTF-8?q?`rem`=20=EF=BC=88=E6=B3=A8=E9=87=8A=EF=BC=89?= =?UTF-8?q?=E6=89=93=E6=88=90=20`ren`=20=EF=BC=88=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=EF=BC=89=E4=BA=86=EF=BC=8C=E6=88=91?= =?UTF-8?q?=E7=9C=9F=E6=98=AF=E4=BA=BA=E6=89=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 81a1015..e1b97ef 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,9 +27,9 @@ jobs: pip install flake8 pytest pyperclip pywin32 - name: Lint with flake8 run: | - ren stop the build if there are Python syntax errors or undefined names + rem stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - ren exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide + rem exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: |