Skip to content

Commit

Permalink
omit graphlib from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisaos committed Jul 28, 2023
1 parent b13c383 commit f0b5372
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 79
target-version = ['py37', 'py38', 'py39', 'py310']
target-version = ['py38', 'py39', 'py310']

[tool.isort]
profile = "black"
Expand Down Expand Up @@ -31,7 +31,8 @@ markers = [
omit = [
"*.jinja",
"**/piccolo_migrations/*",
"**/piccolo_app.py"
"**/piccolo_app.py",
"**/utils/graphlib/*",
]

[tool.coverage.report]
Expand Down

0 comments on commit f0b5372

Please sign in to comment.