Merge branch 'main' of github.com:adilmohak/django-lms

This commit is contained in:
papi 2023-12-26 00:25:55 +03:00
commit 2b5dc36dc5

View File

@ -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')