Skip to content

Commit

Permalink
[FIX] Codespell (#157)
Browse files Browse the repository at this point in the history
* fix codespell

* fix codespell

* fix

* try another fix

* rm codespell GHA
  • Loading branch information
Remi-Gau authored Oct 26, 2023
1 parent 6885367 commit 51c0d99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
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

0 comments on commit 51c0d99

Please sign in to comment.