Update pylint command

This commit is contained in:
papi 2023-12-26 23:36:46 +03:00
parent 2b5dc36dc5
commit 43290a9f90

View File

@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint --ignore=.*/migrations $(git ls-files '*.py')
pylint --disable=missing-function-docstring --disable=missing-module-docstring --disable=missing-class-docstring --disable=too-few-public-methods $(git ls-files '*.py' | grep -v '/migrations/')