From 507d0061d94579a53db1a3471f2eaf1f8fbfe2e6 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 11 Feb 2024 16:47:18 +0000 Subject: [PATCH] Add isort src_paths --- example/app/testapp/urls.py | 1 + pyproject.toml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/example/app/testapp/urls.py b/example/app/testapp/urls.py index a9370cb..7389385 100644 --- a/example/app/testapp/urls.py +++ b/example/app/testapp/urls.py @@ -1,6 +1,7 @@ from __future__ import annotations from django.urls import path + from testapp import views urlpatterns = [ diff --git a/pyproject.toml b/pyproject.toml index 73db5af..bec3753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,11 @@ add_imports = [ ] force_single_line = true profile = "black" +src_paths = [ + "example/app", + "src", + "tests", +] [tool.pytest.ini_options] addopts = """\