Fixed ruff errors

This commit is contained in:
Kristofers Solo 2023-06-29 02:59:41 +00:00
parent 2fa971a19b
commit 38c1d0a127
4 changed files with 2 additions and 9 deletions

View File

@ -14,6 +14,8 @@ warn_unused_configs = true
[tool.ruff]
line-length = 160
exclude = ["**/**/migrations"]
[tool.black]
line-length = 160

View File

@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.

View File

@ -1,3 +0,0 @@
from django.db import models
# Create your models here.

View File

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.