Skip to content

Commit 94155e7

Browse files
authored
[FIX] update codespell and mkdlc configs (#1342)
1 parent 9cb49cd commit 94155e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/mlc_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
},
66
{
77
"pattern": ".stats.md#.*"
8+
},
9+
{
10+
"pattern": "https://hub.docker.com/repository/docker/cpplab/bidspm"
811
}
912
]
1013
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ line-length = 90
7777

7878
[tool.codespell]
7979
builtin = "clear,rare"
80-
ignore-words-list = "fo,te,als,ane,nin,fot,fwe,commun,ons,buildd"
80+
ignore-words-list = "fo,te,als,ane,nin,fot,fwe,commun,ons,buildd,anc"
8181
skip = "*.tsv,*.json,*.nii*,*.js,*.svg,*.eps,*.log,.git,env,build,lib,options,outputs,inputs,bids-examples,stats_model,coverage_html,ds001734"
8282

8383
[tool.coverage.report]

0 commit comments

Comments
 (0)