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 = """\