Skip to content

Commit

Permalink
改善 GitHub Actions 執行 Build 作業,會出現 pylint 無法通過的問題。
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJui committed Sep 7, 2024
1 parent 46bcf53 commit 7603041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MASTER]
persistent=yes
ignore=tests.py, urls.py, migrations
init-hook="import sys; import os; from pylint.config import find_pylintrc; sys.path.append(os.path.dirname(find_pylintrc()))"
#init-hook="import sys; import os; from pylint.config import find_pylintrc; sys.path.append(os.path.dirname(find_pylintrc()))"
#load-plugins=pylint_django
#django-settings-module=mysite.settings

Expand Down

0 comments on commit 7603041

Please sign in to comment.