Skip to content

Commit

Permalink
Add isort src_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Feb 11, 2024
1 parent 6a52063 commit 507d006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/app/testapp/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

from django.urls import path

from testapp import views

urlpatterns = [
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ add_imports = [
]
force_single_line = true
profile = "black"
src_paths = [
"example/app",
"src",
"tests",
]

[tool.pytest.ini_options]
addopts = """\
Expand Down

0 comments on commit 507d006

Please sign in to comment.