From 9a6bf61fc4869920cb760c2f970dd2071cf5cef1 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Mon, 8 Jul 2024 16:12:01 +0200 Subject: [PATCH] Fix errors --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 22fe27aa2ce0..d458cca74a7d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -25,4 +25,4 @@ jobs: zstandard numpy pandas pgvector pytest-lazy-fixture pg8000 websockets - name: Analyzing code with pylint run: | - pylint -E --ignored-modules=psycopg2.errors $(git ls-files '*.py') + pylint -E --ignored-modules psycopg2 $(git ls-files '*.py')