Add precommit to run ruff

This commit is contained in:
2025-12-12 11:16:58 +05:30
parent 5c0289e715
commit 219acb3513
14 changed files with 165 additions and 27 deletions

View File

@@ -1,7 +1,5 @@
from django.utils import timezone
from rest_framework import generics
from notes.models import Note
from notes.serializers import NoteSerializer