Skip to content

Commit 57a9dcd

Browse files
authored
[FIX] ignore sample_text (#572)
* ignore sample_text * ignore sample data and fix spelling
1 parent a54f50b commit 57a9dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[codespell]
2-
skip = .git,*.pdf,*.svg,*.ts,*.tsx,package-lock.json,data-*vocabulary.txt
2+
skip = .git,*.pdf,*.svg,*.ts,*.tsx,package-lock.json,data-*vocabulary.txt,sample_*.csv
33
# regexes
44
ignore-regex = r"\(\?i\).*\\\\1
55
ignore-words-list = te,fwe,connexion,zoon,covert,rime

store/neurostore/ingest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def ace_ingestion_logic(coordinates_df, metadata_df, text_df):
484484
other_base_studies = [
485485
bs for bs in base_studies if bs.id != source_base_study.id
486486
]
487-
# do not overwrite the verions column
487+
# do not overwrite the versions column
488488
# we want to append to this column
489489
columns = [
490490
c.name

0 commit comments

Comments
 (0)