Skip to content

Commit 1faa150

Browse files
committed
Removed the extra comma as per copilot review
1 parent a1f6246 commit 1faa150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ namespaces = false
113113
hed = ["schema/schema_data/*.xml", "resources/*.png", "validator/data/*"]
114114

115115
[tool.codespell]
116-
skip = '*.git,*.pdf,*.svg,deprecated,venv*,*.tsv,*.yaml,*.yml,*.json,*.rdf,*.jsonld,spec_tests,,*.xml,*.mediawiki,*.omn,*.toml'
116+
skip = '*.git,*.pdf,*.svg,deprecated,venv*,*.tsv,*.yaml,*.yml,*.json,*.rdf,*.jsonld,spec_tests,*.xml,*.mediawiki,*.omn,*.toml'
117117
ignore-words-list = 'te,parms,assertIn,covert,hed,recuse,disjointness'
118118

119119
[tool.ruff]

0 commit comments

Comments
 (0)