Skip to content

Commit 233f790

Browse files
authored
Merge pull request #48 from cpp-lln-lab/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 199cadd + cb1c727 commit 233f790

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
additional_dependencies: [miss_hit]
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.0.1
31+
rev: v4.1.0
3232
hooks:
3333
- id: trailing-whitespace
3434
- id: end-of-file-fixer

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Any details of the experiment can be changed in `setParameters.m` (e.g., experim
7878
- Task(s)
7979
- Instructions
8080
- Task #1 parameters
81-
81+
8282
#### Let the scanner pace the experiment
8383

8484
Set `cfg.pacedByTriggers.do` to `true` and you can then set all the details in this `if` block
@@ -152,4 +152,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
152152
<!-- prettier-ignore-end -->
153153
<!-- ALL-CONTRIBUTORS-LIST:END -->
154154

155-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
155+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

miss_hit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ regex_function_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
66
regex_script_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
77
regex_parameter_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
88
suppress_rule: "copyright_notice"
9-
exclude_dir: "lib"
9+
exclude_dir: "lib"

tests/miss_hit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ suppress_rule: "copyright_notice"
88
metric "cnest": limit 4
99
metric "file_length": limit 500
1010
metric "cyc": limit 15
11-
metric "parameters": limit 5
11+
metric "parameters": limit 5

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.2
1+
v0.2.2

0 commit comments

Comments
 (0)