diff --git a/custom_linter.sh b/custom_linter.sh index 3d4ca3f218f2741a4578b8781c3c40e70b386c03..8f30bf6af03b493ebb5b12170a73c292a6cc2b2c 100755 --- a/custom_linter.sh +++ b/custom_linter.sh @@ -1 +1 @@ -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