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

@@ -2,6 +2,7 @@ from django import forms
from notes.models import Note
class PostNoteForm(forms.ModelForm):
class Meta:
model = Note