R: Fix django dependencies
This commit is contained in:
parent
dab0a88f24
commit
283a36431b
|
@ -14,6 +14,7 @@ psycopg2-binary==2.9.10
|
|||
gunicorn==23.0.0
|
||||
djangorestframework-stubs==3.15.1
|
||||
django-extensions==3.2.3
|
||||
mypy==1.11.2
|
||||
django-stubs==5.1.1
|
||||
mypy==1.13.0
|
||||
pylint==3.3.2
|
||||
coverage==7.6.8
|
|
@ -15,6 +15,7 @@ gunicorn
|
|||
|
||||
djangorestframework-stubs[compatible-mypy]
|
||||
django-extensions
|
||||
django-stubs
|
||||
mypy
|
||||
pylint
|
||||
coverage
|
|
@ -15,7 +15,7 @@ function LintBackend() {
|
|||
Set-Location $backend
|
||||
$env:DJANGO_SETTINGS_MODULE = "project.settings"
|
||||
& $pylint project apps
|
||||
& $mypy project apps
|
||||
& $mypy project apps --show-traceback
|
||||
}
|
||||
|
||||
function LintFrontend() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user