Skip to content

Commit 83ea663

Browse files
authored
omit graphlib from test coverage (#874)
1 parent b13c383 commit 83ea663

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 79
3-
target-version = ['py37', 'py38', 'py39', 'py310']
3+
target-version = ['py38', 'py39', 'py310']
44

55
[tool.isort]
66
profile = "black"
@@ -31,7 +31,8 @@ markers = [
3131
omit = [
3232
"*.jinja",
3333
"**/piccolo_migrations/*",
34-
"**/piccolo_app.py"
34+
"**/piccolo_app.py",
35+
"**/utils/graphlib/*",
3536
]
3637

3738
[tool.coverage.report]

0 commit comments

Comments
 (0)