Move to ruff, its faster & catches more

This commit is contained in:
Timothy Hobbs
2023-11-14 20:07:25 +01:00
parent d09c35a881
commit 6cd5522099
14 changed files with 15 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from django.contrib.auth import get_user_model
from django.db import models, migrations
from django.db import migrations
from helpdesk.settings import DEFAULT_USER_SETTINGS

View File

@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
import os
from sys import path
from django.db import models, migrations
from django.db import migrations
from django.core import serializers
fixture_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '../fixtures'))

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from django.db import models, migrations
from django.db import migrations
class Migration(migrations.Migration):