mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Fixed ruff errors
This commit is contained in:
parent
2fa971a19b
commit
38c1d0a127
@ -14,6 +14,8 @@ warn_unused_configs = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 160
|
||||
exclude = ["**/**/migrations"]
|
||||
|
||||
|
||||
[tool.black]
|
||||
line-length = 160
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
@ -1,3 +0,0 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
@ -1,3 +0,0 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
Loading…
Reference in New Issue
Block a user