mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Format with isort/ruff and implement linter step in Woodpecker
This commit is contained in:
parent
a3a9351682
commit
cae8e1c411
10 changed files with 38 additions and 22 deletions
|
@ -1,10 +1,7 @@
|
|||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
from drf_spectacular.views import (
|
||||
SpectacularAPIView,
|
||||
SpectacularRedocView,
|
||||
SpectacularSwaggerView,
|
||||
)
|
||||
from drf_spectacular.views import (SpectacularAPIView, SpectacularRedocView,
|
||||
SpectacularSwaggerView)
|
||||
|
||||
from core.settings import config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue