Skip to content

Commit

Permalink
sty
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 28, 2024
1 parent 2360b7a commit bd20f7d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-added-large-files
- id: check-case-conflict
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Several of the BIDS repositories have a `.pre-commit-config.yaml` configuration
at the root of the repository.

Contributors to those repositories can optionally make use of this
to run systemacially run style-checkers and linters
to run systemacially run style-checkers and linters
with every commit.

To use pre-commit this way:
Expand Down Expand Up @@ -272,7 +272,7 @@ in the comment box (pictured below).

![BIDS-suggest-box](commenting_images/BIDS_suggest.png "BIDS-suggest")

Once the button is clicked the highlighted text will be copied
Once the button is clicked the highlighted text will be copied
into the comment box and formatted as a
[Markdown code block](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# README

This is the repo to store common info across all BIDS repositories.
This is the repo to store common info across all BIDS repositories.

0 comments on commit bd20f7d

Please sign in to comment.