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
|
gunicorn==23.0.0
|
||||||
djangorestframework-stubs==3.15.1
|
djangorestframework-stubs==3.15.1
|
||||||
django-extensions==3.2.3
|
django-extensions==3.2.3
|
||||||
mypy==1.11.2
|
django-stubs==5.1.1
|
||||||
|
mypy==1.13.0
|
||||||
pylint==3.3.2
|
pylint==3.3.2
|
||||||
coverage==7.6.8
|
coverage==7.6.8
|
|
@ -15,6 +15,7 @@ gunicorn
|
||||||
|
|
||||||
djangorestframework-stubs[compatible-mypy]
|
djangorestframework-stubs[compatible-mypy]
|
||||||
django-extensions
|
django-extensions
|
||||||
|
django-stubs
|
||||||
mypy
|
mypy
|
||||||
pylint
|
pylint
|
||||||
coverage
|
coverage
|
|
@ -15,7 +15,7 @@ function LintBackend() {
|
||||||
Set-Location $backend
|
Set-Location $backend
|
||||||
$env:DJANGO_SETTINGS_MODULE = "project.settings"
|
$env:DJANGO_SETTINGS_MODULE = "project.settings"
|
||||||
& $pylint project apps
|
& $pylint project apps
|
||||||
& $mypy project apps
|
& $mypy project apps --show-traceback
|
||||||
}
|
}
|
||||||
|
|
||||||
function LintFrontend() {
|
function LintFrontend() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user