Merge branch 'main' of github.com:adilmohak/django-lms
This commit is contained in:
commit
2b5dc36dc5
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -20,4 +20,4 @@ jobs:
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
pylint --ignore=.*/migrations $(git ls-files '*.py')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user