From ead6439c0fb0dad26974c0ac815e6c25acd542d7 Mon Sep 17 00:00:00 2001 From: ChogirmaliYigit Date: Sat, 2 Mar 2024 20:27:33 +0500 Subject: [PATCH] fix: actions (pre-commit) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b05a71..104a2f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,4 +25,4 @@ jobs: - name: Install pycodestyle run: pip install pycodestyle==2.5.0 - name: Lint backend - run: pycodestyle . --ignore=E501,W504,W503 --exclude=migrations + run: pycodestyle . --ignore=E501,E742,W504,W503 --exclude=migrations