Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Codespell #157

Merged
merged 5 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = *build*,*env*,glossary_tr.md,.git,CITATION*,_*.html,*.json,contributors,locations*,*.csv,*.tsv
skip = *build*,*env*,**/glossary_tr.md,.git,CITATION*,**/*.html,**/*.json,**/*.tsv,,**/*.csv,*/locations_2020.yaml
ignore-words-list = acn,nd,childrens
builtin = clear,rare
19 changes: 0 additions & 19 deletions .github/workflows/codespell.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ repos:
- id: check-added-large-files
- id: check-json # checks json files for parseable syntax.

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: codespell
args: [--config, ./.codespellrc]

- repo: https://github.com/psf/black
rev: "23.10.0"
hooks:
Expand Down
4 changes: 2 additions & 2 deletions brainhack_book/glossary_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Advanced skill or knowledge in a certain area.

### FAIR Data

Findable, accessible, interoperable, and re-usable (FAIR) data, which
Findable, accessible, interoperable, and reusable (FAIR) data, which
facilitates knowledge discovery by assisting humans and machines in their
discovery of, access to, integration and analysis of, task-appropriate
scientific data and their associated algorithms and workflows. This definition
Expand Down Expand Up @@ -517,7 +517,7 @@ and data are accumulated and published online as soon as they are obtained.

A license is a document that specifies what can and cannot be done with a work.
It grants permissions and states restrictions. Broadly speaking, an open license
is one that grants permission to access, re-use and redistribute a work with few
is one that grants permission to access, reuse and redistribute a work with few
or no restrictions.

### Open Materials
Expand Down