mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-08-14 12:50:37 +03:00
This commit is contained in:
parent
cc4ae037b2
commit
783bcdbb0e
|
@ -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