Update pylint.yml

This commit is contained in:
Adil Mohak 2023-12-25 23:57:10 +03:00 committed by GitHub
parent ca47cbf8c7
commit fe0219d7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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