Update pylint.yml
This commit is contained in:
parent
ca47cbf8c7
commit
fe0219d7b3
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 $(git ls-files '*.py')
|
pylint --ignore=migrations $(git ls-files '*.py')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user