Skip to content

Commit

Permalink
Add init file to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Dec 4, 2023
1 parent 07bcf35 commit 4a78b3d
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 @@ -195,11 +195,11 @@ source = [
]
omit = [
"import_export_extensions/migrations",
# "tasks.py"
"*/__init__.py",
]

[tool.coverage.report]
exclude_also = [
exclude_lines = [
"def __repr__",
"def __str__",
"pass",
Expand Down

0 comments on commit 4a78b3d

Please sign in to comment.