From fff05793efb2882dcf83add5c503a760df13c0a9 Mon Sep 17 00:00:00 2001 From: "Collins (Bot)" <134794051+comony@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:24:25 +0300 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e3a8c53..46b8af2 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,4 +36,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pylint --fail-under=7.8 textbin/textbin.py + pylint --fail-under=7.8 pytextbin/pytextbin.py