Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2b5dc36

Browse files
committed
Merge branch 'main' of github.com:adilmohak/django-lms
2 parents 11154d2 + de2b029 commit 2b5dc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
pip install pylint
2121
- name: Analysing the code with pylint
2222
run: |
23-
pylint $(git ls-files '*.py')
23+
pylint --ignore=.*/migrations $(git ls-files '*.py')

0 commit comments

Comments
 (0)