Skip to content

Commit

Permalink
Fix isort. (skip failed).
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhuang committed Feb 18, 2024
1 parent 8ee48f7 commit 89680ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion behavioral_control/my_router/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Generated by Django 4.2.10 on 2024-02-18 08:06

import django.core.validators
from django.db import migrations, models
import django.db.models.deletion
import django.utils.timezone
from django.db import migrations, models

import my_router.fields


Expand Down
3 changes: 1 addition & 2 deletions behavioral_control/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ exclude = my_router/migrations, static, behavioral_control/settings.py, **/local
[tool:isort]
known_first_party = my_router
src_paths = behavioral_control,my_router
skip = my_router/migrations/

skip=migrations

[tool:pytest]
DJANGO_SETTINGS_MODULE = behavioral_control.settings
Expand Down

0 comments on commit 89680ba

Please sign in to comment.