Update pylint command
This commit is contained in:
parent
2b5dc36dc5
commit
43290a9f90
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -20,4 +20,4 @@ jobs:
|
|||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
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/')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user