chore(api): add pylint-django plugin
This commit is contained in:
parent
fce988aef1
commit
bf8db3e6f0
|
@ -1,3 +1,7 @@
|
||||||
|
[tool.pylint.master]
|
||||||
|
load-plugins = "pylint_django"
|
||||||
|
django-settings-module = "libretime_api.settings.testing"
|
||||||
|
|
||||||
[tool.pylint.messages_control]
|
[tool.pylint.messages_control]
|
||||||
extension-pkg-whitelist = "pydantic"
|
extension-pkg-whitelist = "pydantic"
|
||||||
disable = [
|
disable = [
|
||||||
|
|
|
@ -43,6 +43,7 @@ setup(
|
||||||
"dev": [
|
"dev": [
|
||||||
"model_bakery",
|
"model_bakery",
|
||||||
"psycopg2-binary",
|
"psycopg2-binary",
|
||||||
|
"pylint-django",
|
||||||
f"libretime-shared @ file://localhost/{here.parent / 'shared'}#egg=libretime_shared",
|
f"libretime-shared @ file://localhost/{here.parent / 'shared'}#egg=libretime_shared",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue