Skip to content
Snippets Groups Projects
Commit 9a308535 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Add tests.py to Linter

parent 516e5a84
No related branches found
No related tags found
No related merge requests found
git ls-files | grep -v 'migrations\|manage.py\|course_scraper' | grep -E '.py$' | xargs pylint --load-plugins=pylint_django
\ No newline at end of file
git ls-files | grep -v 'migrations\|manage.py\|course_scraper\|tests.py' | grep -E '.py$' | xargs pylint --load-plugins=pylint_django
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment