fix(pylint):add default FUNKWHALE_URL var
This commit is contained in:
parent
df34dcb452
commit
6bc858986b
|
@ -136,6 +136,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
[tool.pylint.master]
|
||||
load-plugins = ["pylint_django"]
|
||||
django-settings-module = "config.settings.local"
|
||||
init-hook = 'import os; os.environ.setdefault("FUNKWHALE_URL", "https://test.federation")'
|
||||
|
||||
[tool.pylint.messages_control]
|
||||
disable = [
|
||||
|
|
Loading…
Reference in New Issue