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]
|
||||
extension-pkg-whitelist = "pydantic"
|
||||
disable = [
|
||||
|
|
|
@ -43,6 +43,7 @@ setup(
|
|||
"dev": [
|
||||
"model_bakery",
|
||||
"psycopg2-binary",
|
||||
"pylint-django",
|
||||
f"libretime-shared @ file://localhost/{here.parent / 'shared'}#egg=libretime_shared",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue