Skip to content

Commit

Permalink
Fx copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 22, 2024
1 parent 93b0c6d commit 41a21da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ unfixable = [
]

[tool.ruff.isort]
known-first-party = ["django_marina", "app"]
known-first-party = ["django_bootstrap5", "app"]
known-third-party = ["django"]

[tool.coverage.run]
branch = true
source = ["src", "tests"]

[tool.coverage.paths]
package = ["src/django_marina", "*/django_marina/src/django_marina"]
package = ["src/django_bootstrap5", "*/django_bootstrap5/src/django_bootstrap5"]

[tool.coverage.report]
show_missing = true
Expand Down

0 comments on commit 41a21da

Please sign in to comment.