Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Jul 8, 2024
1 parent 188daf0 commit 9a6bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 9a6bf61

Please sign in to comment.