Skip to content

Commit

Permalink
add workflow pylint2
Browse files Browse the repository at this point in the history
  • Loading branch information
krankir committed Jul 13, 2023
1 parent 87b3ab6 commit 1af96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint --ignore-patterns=venv,test --recursive=true -j 0 --disable=C0103,C0114,C0115,C0302,R0902,R0903,R0913,W1203 --max-line-length=120 --extension-pkg-whitelist="pydantic,asyncpg" --ignored-modules=alembic.context,alembic.op .

0 comments on commit 1af96a8

Please sign in to comment.