Update pylint.yml

This commit is contained in:
Adil Mohak 2023-12-26 00:04:04 +03:00 committed by GitHub
parent fe0219d7b3
commit de2b0297dc
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 --ignore=migrations $(git ls-files '*.py')
pylint --ignore=.*/migrations $(git ls-files '*.py')