Skip to content

Commit 2adcd5c

Browse files
authored
Merge pull request #121 from python-project-templates/tkp/hf
Small spacing fix
2 parents 08a244d + c780290 commit 2adcd5c

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

cpp/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ branch = true
9898
omit = [
9999
"{{module}}/tests/integration/",
100100
]
101+
101102
[tool.coverage.report]
102103
exclude_also = [
103104
"raise NotImplementedError",

cppjswasm/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ branch = true
106106
omit = [
107107
"{{module}}/tests/integration/",
108108
]
109+
109110
[tool.coverage.report]
110111
exclude_also = [
111112
"raise NotImplementedError",

js/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ branch = true
8383
omit = [
8484
"{{module}}/tests/integration/",
8585
]
86+
8687
[tool.coverage.report]
8788
exclude_also = [
8889
"raise NotImplementedError",

jupyter/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ branch = true
8787
omit = [
8888
"{{module}}/tests/integration/",
8989
]
90+
9091
[tool.coverage.report]
9192
exclude_also = [
9293
"raise NotImplementedError",

python/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ branch = true
7676
omit = [
7777
"{{module}}/tests/integration/",
7878
]
79+
7980
[tool.coverage.report]
8081
exclude_also = [
8182
"raise NotImplementedError",

rust/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ branch = true
113113
omit = [
114114
"{{module}}/tests/integration/",
115115
]
116+
116117
[tool.coverage.report]
117118
exclude_also = [
118119
"raise NotImplementedError",

rustjswasm/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ branch = true
124124
omit = [
125125
"{{module}}/tests/integration/",
126126
]
127+
127128
[tool.coverage.report]
128129
exclude_also = [
129130
"raise NotImplementedError",

0 commit comments

Comments
 (0)