Skip to content

Commit

Permalink
ignore sample data and fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Aug 18, 2023
1 parent 78db235 commit 855658a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[codespell]
skip = .git,*.pdf,*.svg,*.ts,*.tsx,package-lock.json,data-*vocabulary.txt,sample_text.csv
skip = .git,*.pdf,*.svg,*.ts,*.tsx,package-lock.json,data-*vocabulary.txt,sample_*.csv
# regexes
ignore-regex = r"\(\?i\).*\\\\1
ignore-words-list = te,fwe,connexion,zoon,covert,rime
2 changes: 1 addition & 1 deletion store/neurostore/ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def ace_ingestion_logic(coordinates_df, metadata_df, text_df):
other_base_studies = [
bs for bs in base_studies if bs.id != source_base_study.id
]
# do not overwrite the verions column
# do not overwrite the versions column
# we want to append to this column
columns = [
c.name
Expand Down

0 comments on commit 855658a

Please sign in to comment.